CfnSiteMixinProps

class aws_cdk.cfn_property_mixins.aws_outposts.CfnSiteMixinProps(*, description=None, name=None, notes=None, operating_address=None, rack_physical_properties=None, shipping_address=None, tags=None)

Bases: object

Properties for CfnSitePropsMixin.

Parameters:
See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-outposts-site.html

ExampleMetadata:

fixture=_generated

Example:

from aws_cdk import CfnTag
# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_outposts as outposts

cfn_site_mixin_props = outposts.CfnSiteMixinProps(
    description="description",
    name="name",
    notes="notes",
    operating_address=outposts.CfnSitePropsMixin.AddressProperty(
        address_line1="addressLine1",
        address_line2="addressLine2",
        address_line3="addressLine3",
        city="city",
        contact_name="contactName",
        contact_phone_number="contactPhoneNumber",
        country_code="countryCode",
        district_or_county="districtOrCounty",
        municipality="municipality",
        postal_code="postalCode",
        state_or_region="stateOrRegion"
    ),
    rack_physical_properties=outposts.CfnSitePropsMixin.RackPhysicalPropertiesProperty(
        fiber_optic_cable_type="fiberOpticCableType",
        maximum_supported_weight_lbs="maximumSupportedWeightLbs",
        optical_standard="opticalStandard",
        power_connector="powerConnector",
        power_draw_kva="powerDrawKva",
        power_feed_drop="powerFeedDrop",
        power_phase="powerPhase",
        uplink_count="uplinkCount",
        uplink_gbps="uplinkGbps"
    ),
    shipping_address=outposts.CfnSitePropsMixin.AddressProperty(
        address_line1="addressLine1",
        address_line2="addressLine2",
        address_line3="addressLine3",
        city="city",
        contact_name="contactName",
        contact_phone_number="contactPhoneNumber",
        country_code="countryCode",
        district_or_county="districtOrCounty",
        municipality="municipality",
        postal_code="postalCode",
        state_or_region="stateOrRegion"
    ),
    tags=[CfnTag(
        key="key",
        value="value"
    )]
)

Attributes

description

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-outposts-site.html#cfn-outposts-site-description

Type:

see

name

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

Type:

see

notes

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-outposts-site.html#cfn-outposts-site-notes

Type:

see

operating_address

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-outposts-site.html#cfn-outposts-site-operatingaddress

Type:

see

rack_physical_properties

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-outposts-site.html#cfn-outposts-site-rackphysicalproperties

Type:

see

shipping_address

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-outposts-site.html#cfn-outposts-site-shippingaddress

Type:

see

tags

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

Type:

see