Insight Horizon
global affairs /

Outposts — Boto3 Docs 1.21.15 documentation

response = client.create_site( Name='string', Description='string', Notes='string', Tags={ 'string': 'string' }, OperatingAddress={ 'ContactName': 'string', 'ContactPhoneNumber': 'string', 'AddressLine1': 'string', 'AddressLine2': 'string', 'AddressLine3': 'string', 'City': 'string', 'StateOrRegion': 'string', 'DistrictOrCounty': 'string', 'PostalCode': 'string', 'CountryCode': 'string', 'Municipality': 'string' }, ShippingAddress={ 'ContactName': 'string', 'ContactPhoneNumber': 'string', 'AddressLine1': 'string', 'AddressLine2': 'string', 'AddressLine3': 'string', 'City': 'string', 'StateOrRegion': 'string', 'DistrictOrCounty': 'string', 'PostalCode': 'string', 'CountryCode': 'string', 'Municipality': 'string' }, RackPhysicalProperties={ 'PowerDrawKva': 'POWER_5_KVA'|'POWER_10_KVA'|'POWER_15_KVA', 'PowerPhase': 'SINGLE_PHASE'|'THREE_PHASE', 'PowerConnector': 'L6_30P'|'IEC309'|'AH530P7W'|'AH532P6W', 'PowerFeedDrop': 'ABOVE_RACK'|'BELOW_RACK', 'UplinkGbps': 'UPLINK_1G'|'UPLINK_10G'|'UPLINK_40G'|'UPLINK_100G', 'UplinkCount': 'UPLINK_COUNT_1'|'UPLINK_COUNT_2'|'UPLINK_COUNT_3'|'UPLINK_COUNT_4'|'UPLINK_COUNT_5'|'UPLINK_COUNT_6'|'UPLINK_COUNT_7'|'UPLINK_COUNT_8'|'UPLINK_COUNT_12'|'UPLINK_COUNT_16', 'FiberOpticCableType': 'SINGLE_MODE'|'MULTI_MODE', 'OpticalStandard': 'OPTIC_10GBASE_SR'|'OPTIC_10GBASE_IR'|'OPTIC_10GBASE_LR'|'OPTIC_40GBASE_SR'|'OPTIC_40GBASE_ESR'|'OPTIC_40GBASE_IR4_LR4L'|'OPTIC_40GBASE_LR4'|'OPTIC_100GBASE_SR4'|'OPTIC_100GBASE_CWDM4'|'OPTIC_100GBASE_LR4'|'OPTIC_100G_PSM4_MSA'|'OPTIC_1000BASE_LX'|'OPTIC_1000BASE_SX', 'MaximumSupportedWeightLbs': 'NO_LIMIT'|'MAX_1400_LBS'|'MAX_1600_LBS'|'MAX_1800_LBS'|'MAX_2000_LBS' })