1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. VpcBlockPublicAccessExclusion

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.ec2.VpcBlockPublicAccessExclusion

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

    Resource Type definition for AWS::EC2::VPCBlockPublicAccessExclusion.

    Create VpcBlockPublicAccessExclusion Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new VpcBlockPublicAccessExclusion(name: string, args: VpcBlockPublicAccessExclusionArgs, opts?: CustomResourceOptions);
    @overload
    def VpcBlockPublicAccessExclusion(resource_name: str,
                                      args: VpcBlockPublicAccessExclusionArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def VpcBlockPublicAccessExclusion(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      internet_gateway_exclusion_mode: Optional[VpcBlockPublicAccessExclusionInternetGatewayExclusionMode] = None,
                                      subnet_id: Optional[str] = None,
                                      tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                                      vpc_id: Optional[str] = None)
    func NewVpcBlockPublicAccessExclusion(ctx *Context, name string, args VpcBlockPublicAccessExclusionArgs, opts ...ResourceOption) (*VpcBlockPublicAccessExclusion, error)
    public VpcBlockPublicAccessExclusion(string name, VpcBlockPublicAccessExclusionArgs args, CustomResourceOptions? opts = null)
    public VpcBlockPublicAccessExclusion(String name, VpcBlockPublicAccessExclusionArgs args)
    public VpcBlockPublicAccessExclusion(String name, VpcBlockPublicAccessExclusionArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:VpcBlockPublicAccessExclusion
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args VpcBlockPublicAccessExclusionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args VpcBlockPublicAccessExclusionArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args VpcBlockPublicAccessExclusionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args VpcBlockPublicAccessExclusionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args VpcBlockPublicAccessExclusionArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    VpcBlockPublicAccessExclusion Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The VpcBlockPublicAccessExclusion resource accepts the following input properties:

    InternetGatewayExclusionMode Pulumi.AwsNative.Ec2.VpcBlockPublicAccessExclusionInternetGatewayExclusionMode
    The desired Block Public Access Exclusion Mode for a specific VPC/Subnet.
    SubnetId string
    The ID of the subnet. Required only if you don't specify VpcId
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    VpcId string
    The ID of the vpc. Required only if you don't specify SubnetId.
    InternetGatewayExclusionMode VpcBlockPublicAccessExclusionInternetGatewayExclusionMode
    The desired Block Public Access Exclusion Mode for a specific VPC/Subnet.
    SubnetId string
    The ID of the subnet. Required only if you don't specify VpcId
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    VpcId string
    The ID of the vpc. Required only if you don't specify SubnetId.
    internetGatewayExclusionMode VpcBlockPublicAccessExclusionInternetGatewayExclusionMode
    The desired Block Public Access Exclusion Mode for a specific VPC/Subnet.
    subnetId String
    The ID of the subnet. Required only if you don't specify VpcId
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    vpcId String
    The ID of the vpc. Required only if you don't specify SubnetId.
    internetGatewayExclusionMode VpcBlockPublicAccessExclusionInternetGatewayExclusionMode
    The desired Block Public Access Exclusion Mode for a specific VPC/Subnet.
    subnetId string
    The ID of the subnet. Required only if you don't specify VpcId
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    vpcId string
    The ID of the vpc. Required only if you don't specify SubnetId.
    internet_gateway_exclusion_mode VpcBlockPublicAccessExclusionInternetGatewayExclusionMode
    The desired Block Public Access Exclusion Mode for a specific VPC/Subnet.
    subnet_id str
    The ID of the subnet. Required only if you don't specify VpcId
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    vpc_id str
    The ID of the vpc. Required only if you don't specify SubnetId.
    internetGatewayExclusionMode "allow-bidirectional" | "allow-egress"
    The desired Block Public Access Exclusion Mode for a specific VPC/Subnet.
    subnetId String
    The ID of the subnet. Required only if you don't specify VpcId
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    vpcId String
    The ID of the vpc. Required only if you don't specify SubnetId.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the VpcBlockPublicAccessExclusion resource produces the following output properties:

    ExclusionId string
    The ID of the exclusion
    Id string
    The provider-assigned unique ID for this managed resource.
    ExclusionId string
    The ID of the exclusion
    Id string
    The provider-assigned unique ID for this managed resource.
    exclusionId String
    The ID of the exclusion
    id String
    The provider-assigned unique ID for this managed resource.
    exclusionId string
    The ID of the exclusion
    id string
    The provider-assigned unique ID for this managed resource.
    exclusion_id str
    The ID of the exclusion
    id str
    The provider-assigned unique ID for this managed resource.
    exclusionId String
    The ID of the exclusion
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    VpcBlockPublicAccessExclusionInternetGatewayExclusionMode, VpcBlockPublicAccessExclusionInternetGatewayExclusionModeArgs

    AllowBidirectional
    allow-bidirectional
    AllowEgress
    allow-egress
    VpcBlockPublicAccessExclusionInternetGatewayExclusionModeAllowBidirectional
    allow-bidirectional
    VpcBlockPublicAccessExclusionInternetGatewayExclusionModeAllowEgress
    allow-egress
    AllowBidirectional
    allow-bidirectional
    AllowEgress
    allow-egress
    AllowBidirectional
    allow-bidirectional
    AllowEgress
    allow-egress
    ALLOW_BIDIRECTIONAL
    allow-bidirectional
    ALLOW_EGRESS
    allow-egress
    "allow-bidirectional"
    allow-bidirectional
    "allow-egress"
    allow-egress

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi