CfnResourceConfigurationProps
- class aws_cdk.aws_vpclattice.CfnResourceConfigurationProps(*, allow_association_to_sharable_service_network=None, name=None, port_ranges=None, protocol_type=None, resource_configuration_auth_type=None, resource_configuration_definition=None, resource_configuration_group_id=None, resource_configuration_type=None, resource_gateway_id=None, tags=None)
Bases:
object
Properties for defining a
CfnResourceConfiguration
.- Parameters:
allow_association_to_sharable_service_network (
Union
[bool
,IResolvable
,None
]) –name (
Optional
[str
]) –port_ranges (
Optional
[Sequence
[str
]]) –protocol_type (
Optional
[str
]) –resource_configuration_auth_type (
Optional
[str
]) –resource_configuration_definition (
Union
[IResolvable
,ResourceConfigurationDefinitionProperty
,Dict
[str
,Any
],None
]) –resource_configuration_group_id (
Optional
[str
]) –resource_configuration_type (
Optional
[str
]) –resource_gateway_id (
Optional
[str
]) –tags (
Optional
[Sequence
[Union
[CfnTag
,Dict
[str
,Any
]]]]) –
- See:
- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk import aws_vpclattice as vpclattice cfn_resource_configuration_props = vpclattice.CfnResourceConfigurationProps( allow_association_to_sharable_service_network=False, name="name", port_ranges=["portRanges"], protocol_type="protocolType", resource_configuration_auth_type="resourceConfigurationAuthType", resource_configuration_definition=vpclattice.CfnResourceConfiguration.ResourceConfigurationDefinitionProperty( ip_resource="ipResource" ), resource_configuration_group_id="resourceConfigurationGroupId", resource_configuration_type="resourceConfigurationType", resource_gateway_id="resourceGatewayId", tags=[CfnTag( key="key", value="value" )] )
Attributes
- allow_association_to_sharable_service_network
-
- Type:
see
- name
-
- Type:
see
- port_ranges
-
- Type:
see
- protocol_type
-
- Type:
see
- resource_configuration_auth_type
-
- Type:
see
- resource_configuration_definition
-
- Type:
see
- resource_configuration_group_id
-
- Type:
see
- resource_configuration_type
-
- Type:
see
- resource_gateway_id
-
- Type:
see