We recommend new projects start with resources from the AWS provider.
aws-native.vpclattice.ResourceConfiguration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
VpcLattice ResourceConfiguration CFN resource
Create ResourceConfiguration Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ResourceConfiguration(name: string, args?: ResourceConfigurationArgs, opts?: CustomResourceOptions);
@overload
def ResourceConfiguration(resource_name: str,
args: Optional[ResourceConfigurationArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ResourceConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
allow_association_to_sharable_service_network: Optional[bool] = None,
name: Optional[str] = None,
port_ranges: Optional[Sequence[str]] = None,
protocol_type: Optional[ResourceConfigurationProtocolType] = None,
resource_configuration_auth_type: Optional[ResourceConfigurationAuthType] = None,
resource_configuration_definition: Optional[Union[ResourceConfigurationDefinition0PropertiesArgs, ResourceConfigurationDefinition1PropertiesArgs, ResourceConfigurationDefinition2PropertiesArgs]] = None,
resource_configuration_group_id: Optional[str] = None,
resource_configuration_type: Optional[ResourceConfigurationType] = None,
resource_gateway_id: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
func NewResourceConfiguration(ctx *Context, name string, args *ResourceConfigurationArgs, opts ...ResourceOption) (*ResourceConfiguration, error)
public ResourceConfiguration(string name, ResourceConfigurationArgs? args = null, CustomResourceOptions? opts = null)
public ResourceConfiguration(String name, ResourceConfigurationArgs args)
public ResourceConfiguration(String name, ResourceConfigurationArgs args, CustomResourceOptions options)
type: aws-native:vpclattice:ResourceConfiguration
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 ResourceConfigurationArgs
- 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 ResourceConfigurationArgs
- 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 ResourceConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ResourceConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ResourceConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ResourceConfiguration 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 ResourceConfiguration resource accepts the following input properties:
- Allow
Association boolTo Sharable Service Network - Specifies whether the resource configuration can be associated with a sharable service network.
- Name string
- The name of the resource configuration.
- Port
Ranges List<string> - (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
- Protocol
Type Pulumi.Aws Native. Vpc Lattice. Resource Configuration Protocol Type - (SINGLE, GROUP) The protocol accepted by the resource configuration.
- Resource
Configuration Pulumi.Auth Type Aws Native. Vpc Lattice. Resource Configuration Auth Type - The auth type for the resource configuration.
- Resource
Configuration Pulumi.Definition Aws | Pulumi.Native. Vpc Lattice. Inputs. Resource Configuration Definition0Properties Aws | Pulumi.Native. Vpc Lattice. Inputs. Resource Configuration Definition1Properties Aws Native. Vpc Lattice. Inputs. Resource Configuration Definition2Properties - Identifies the resource configuration in one of the following ways:
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- Resource
Configuration stringGroup Id - The ID of the group resource configuration.
- Resource
Configuration Pulumi.Type Aws Native. Vpc Lattice. Resource Configuration Type - The type of resource configuration. A resource configuration can be one of the following types:
- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- Resource
Gateway stringId - The ID of the resource gateway.
- List<Pulumi.
Aws Native. Inputs. Tag> - The tags for the resource configuration.
- Allow
Association boolTo Sharable Service Network - Specifies whether the resource configuration can be associated with a sharable service network.
- Name string
- The name of the resource configuration.
- Port
Ranges []string - (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
- Protocol
Type ResourceConfiguration Protocol Type - (SINGLE, GROUP) The protocol accepted by the resource configuration.
- Resource
Configuration ResourceAuth Type Configuration Auth Type - The auth type for the resource configuration.
- Resource
Configuration ResourceDefinition Configuration | ResourceDefinition0Properties Args Configuration | ResourceDefinition1Properties Args Configuration Definition2Properties Args - Identifies the resource configuration in one of the following ways:
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- Resource
Configuration stringGroup Id - The ID of the group resource configuration.
- Resource
Configuration ResourceType Configuration Type - The type of resource configuration. A resource configuration can be one of the following types:
- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- Resource
Gateway stringId - The ID of the resource gateway.
- Tag
Args - The tags for the resource configuration.
- allow
Association BooleanTo Sharable Service Network - Specifies whether the resource configuration can be associated with a sharable service network.
- name String
- The name of the resource configuration.
- port
Ranges List<String> - (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
- protocol
Type ResourceConfiguration Protocol Type - (SINGLE, GROUP) The protocol accepted by the resource configuration.
- resource
Configuration ResourceAuth Type Configuration Auth Type - The auth type for the resource configuration.
- resource
Configuration ResourceDefinition Configuration | ResourceDefinition0Properties Configuration | ResourceDefinition1Properties Configuration Definition2Properties - Identifies the resource configuration in one of the following ways:
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- resource
Configuration StringGroup Id - The ID of the group resource configuration.
- resource
Configuration ResourceType Configuration Type - The type of resource configuration. A resource configuration can be one of the following types:
- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- resource
Gateway StringId - The ID of the resource gateway.
- List<Tag>
- The tags for the resource configuration.
- allow
Association booleanTo Sharable Service Network - Specifies whether the resource configuration can be associated with a sharable service network.
- name string
- The name of the resource configuration.
- port
Ranges string[] - (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
- protocol
Type ResourceConfiguration Protocol Type - (SINGLE, GROUP) The protocol accepted by the resource configuration.
- resource
Configuration ResourceAuth Type Configuration Auth Type - The auth type for the resource configuration.
- resource
Configuration ResourceDefinition Configuration | ResourceDefinition0Properties Configuration | ResourceDefinition1Properties Configuration Definition2Properties - Identifies the resource configuration in one of the following ways:
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- resource
Configuration stringGroup Id - The ID of the group resource configuration.
- resource
Configuration ResourceType Configuration Type - The type of resource configuration. A resource configuration can be one of the following types:
- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- resource
Gateway stringId - The ID of the resource gateway.
- Tag[]
- The tags for the resource configuration.
- allow_
association_ boolto_ sharable_ service_ network - Specifies whether the resource configuration can be associated with a sharable service network.
- name str
- The name of the resource configuration.
- port_
ranges Sequence[str] - (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
- protocol_
type ResourceConfiguration Protocol Type - (SINGLE, GROUP) The protocol accepted by the resource configuration.
- resource_
configuration_ Resourceauth_ type Configuration Auth Type - The auth type for the resource configuration.
- resource_
configuration_ Resourcedefinition Configuration | ResourceDefinition0Properties Args Configuration | ResourceDefinition1Properties Args Configuration Definition2Properties Args - Identifies the resource configuration in one of the following ways:
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- resource_
configuration_ strgroup_ id - The ID of the group resource configuration.
- resource_
configuration_ Resourcetype Configuration Type - The type of resource configuration. A resource configuration can be one of the following types:
- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- resource_
gateway_ strid - The ID of the resource gateway.
- Sequence[Tag
Args] - The tags for the resource configuration.
- allow
Association BooleanTo Sharable Service Network - Specifies whether the resource configuration can be associated with a sharable service network.
- name String
- The name of the resource configuration.
- port
Ranges List<String> - (SINGLE, GROUP, CHILD) The TCP port ranges that a consumer can use to access a resource configuration (for example: 1-65535). You can separate port ranges using commas (for example: 1,2,22-30).
- protocol
Type "TCP" - (SINGLE, GROUP) The protocol accepted by the resource configuration.
- resource
Configuration "NONE" | "AWS_IAM"Auth Type - The auth type for the resource configuration.
- resource
Configuration Property Map | Property Map | Property MapDefinition - Identifies the resource configuration in one of the following ways:
- Amazon Resource Name (ARN) - Supported resource-types that are provisioned by AWS services, such as RDS databases, can be identified by their ARN.
- Domain name - Any domain name that is publicly resolvable.
- IP address - For IPv4 and IPv6, only IP addresses in the VPC are supported.
- resource
Configuration StringGroup Id - The ID of the group resource configuration.
- resource
Configuration "GROUP" | "CHILD" | "SINGLE" | "ARN"Type - The type of resource configuration. A resource configuration can be one of the following types:
- SINGLE - A single resource.
- GROUP - A group of resources. You must create a group resource configuration before you create a child resource configuration.
- CHILD - A single resource that is part of a group resource configuration.
- ARN - An AWS resource.
- resource
Gateway StringId - The ID of the resource gateway.
- List<Property Map>
- The tags for the resource configuration.
Outputs
All input properties are implicitly available as output properties. Additionally, the ResourceConfiguration resource produces the following output properties:
Supporting Types
ResourceConfigurationAuthType, ResourceConfigurationAuthTypeArgs
- None
- NONE
- Aws
Iam - AWS_IAM
- Resource
Configuration Auth Type None - NONE
- Resource
Configuration Auth Type Aws Iam - AWS_IAM
- None
- NONE
- Aws
Iam - AWS_IAM
- None
- NONE
- Aws
Iam - AWS_IAM
- NONE
- NONE
- AWS_IAM
- AWS_IAM
- "NONE"
- NONE
- "AWS_IAM"
- AWS_IAM
ResourceConfigurationDefinition0Properties, ResourceConfigurationDefinition0PropertiesArgs
- Ip
Resource string
- Ip
Resource string
- ip
Resource String
- ip
Resource string
- ip_
resource str
- ip
Resource String
ResourceConfigurationDefinition1Properties, ResourceConfigurationDefinition1PropertiesArgs
- Arn
Resource string
- Arn
Resource string
- arn
Resource String
- arn
Resource string
- arn_
resource str
- arn
Resource String
ResourceConfigurationDefinition2Properties, ResourceConfigurationDefinition2PropertiesArgs
ResourceConfigurationDnsResource, ResourceConfigurationDnsResourceArgs
ResourceConfigurationDnsResourceIpAddressType, ResourceConfigurationDnsResourceIpAddressTypeArgs
- Ipv4
- IPV4
- Ipv6
- IPV6
- Dualstack
- DUALSTACK
- Resource
Configuration Dns Resource Ip Address Type Ipv4 - IPV4
- Resource
Configuration Dns Resource Ip Address Type Ipv6 - IPV6
- Resource
Configuration Dns Resource Ip Address Type Dualstack - DUALSTACK
- Ipv4
- IPV4
- Ipv6
- IPV6
- Dualstack
- DUALSTACK
- Ipv4
- IPV4
- Ipv6
- IPV6
- Dualstack
- DUALSTACK
- IPV4
- IPV4
- IPV6
- IPV6
- DUALSTACK
- DUALSTACK
- "IPV4"
- IPV4
- "IPV6"
- IPV6
- "DUALSTACK"
- DUALSTACK
ResourceConfigurationProtocolType, ResourceConfigurationProtocolTypeArgs
- Tcp
- TCP
- Resource
Configuration Protocol Type Tcp - TCP
- Tcp
- TCP
- Tcp
- TCP
- TCP
- TCP
- "TCP"
- TCP
ResourceConfigurationType, ResourceConfigurationTypeArgs
- Group
- GROUP
- Child
- CHILD
- Single
- SINGLE
- Arn
- ARN
- Resource
Configuration Type Group - GROUP
- Resource
Configuration Type Child - CHILD
- Resource
Configuration Type Single - SINGLE
- Resource
Configuration Type Arn - ARN
- Group
- GROUP
- Child
- CHILD
- Single
- SINGLE
- Arn
- ARN
- Group
- GROUP
- Child
- CHILD
- Single
- SINGLE
- Arn
- ARN
- GROUP
- GROUP
- CHILD
- CHILD
- SINGLE
- SINGLE
- ARN
- ARN
- "GROUP"
- GROUP
- "CHILD"
- CHILD
- "SINGLE"
- SINGLE
- "ARN"
- ARN
Tag, TagArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.