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:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html

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

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-allowassociationtosharableservicenetwork

Type:

see

name

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-name

Type:

see

port_ranges

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-portranges

Type:

see

protocol_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-protocoltype

Type:

see

resource_configuration_auth_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationauthtype

Type:

see

resource_configuration_definition

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationdefinition

Type:

see

resource_configuration_group_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationgroupid

Type:

see

resource_configuration_type

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourceconfigurationtype

Type:

see

resource_gateway_id

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-resourcegatewayid

Type:

see

tags

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-vpclattice-resourceconfiguration.html#cfn-vpclattice-resourceconfiguration-tags

Type:

see