pulumi-aws-native 1.38.0a1761284362__py3-none-any.whl → 1.39.0a1762409198__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +33 -1
- pulumi_aws_native/_enums.py +4 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
|
@@ -21,6 +21,8 @@ __all__ = [
|
|
|
21
21
|
'OriginEndpointDashUtcTimingMode',
|
|
22
22
|
'OriginEndpointDrmSystem',
|
|
23
23
|
'OriginEndpointEndpointErrorCondition',
|
|
24
|
+
'OriginEndpointIsmEncryptionMethod',
|
|
25
|
+
'OriginEndpointMssManifestLayout',
|
|
24
26
|
'OriginEndpointPresetSpeke20Audio',
|
|
25
27
|
'OriginEndpointPresetSpeke20Video',
|
|
26
28
|
'OriginEndpointScteFilter',
|
|
@@ -43,6 +45,7 @@ class OriginEndpointAdMarkerDash(_builtins.str, Enum):
|
|
|
43
45
|
@pulumi.type_token("aws-native:mediapackagev2:OriginEndpointAdMarkerHls")
|
|
44
46
|
class OriginEndpointAdMarkerHls(_builtins.str, Enum):
|
|
45
47
|
DATERANGE = "DATERANGE"
|
|
48
|
+
SCTE35_ENHANCED = "SCTE35_ENHANCED"
|
|
46
49
|
|
|
47
50
|
|
|
48
51
|
@pulumi.type_token("aws-native:mediapackagev2:OriginEndpointCmafEncryptionMethod")
|
|
@@ -55,6 +58,7 @@ class OriginEndpointCmafEncryptionMethod(_builtins.str, Enum):
|
|
|
55
58
|
class OriginEndpointContainerType(_builtins.str, Enum):
|
|
56
59
|
TS = "TS"
|
|
57
60
|
CMAF = "CMAF"
|
|
61
|
+
ISM = "ISM"
|
|
58
62
|
|
|
59
63
|
|
|
60
64
|
@pulumi.type_token("aws-native:mediapackagev2:OriginEndpointDashCompactness")
|
|
@@ -119,6 +123,17 @@ class OriginEndpointEndpointErrorCondition(_builtins.str, Enum):
|
|
|
119
123
|
SLATE_INPUT = "SLATE_INPUT"
|
|
120
124
|
|
|
121
125
|
|
|
126
|
+
@pulumi.type_token("aws-native:mediapackagev2:OriginEndpointIsmEncryptionMethod")
|
|
127
|
+
class OriginEndpointIsmEncryptionMethod(_builtins.str, Enum):
|
|
128
|
+
CENC = "CENC"
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
@pulumi.type_token("aws-native:mediapackagev2:OriginEndpointMssManifestLayout")
|
|
132
|
+
class OriginEndpointMssManifestLayout(_builtins.str, Enum):
|
|
133
|
+
FULL = "FULL"
|
|
134
|
+
COMPACT = "COMPACT"
|
|
135
|
+
|
|
136
|
+
|
|
122
137
|
@pulumi.type_token("aws-native:mediapackagev2:OriginEndpointPresetSpeke20Audio")
|
|
123
138
|
class OriginEndpointPresetSpeke20Audio(_builtins.str, Enum):
|
|
124
139
|
PRESET_AUDIO1 = "PRESET_AUDIO_1"
|
|
@@ -52,6 +52,8 @@ __all__ = [
|
|
|
52
52
|
'OriginEndpointHlsManifestConfigurationArgsDict',
|
|
53
53
|
'OriginEndpointLowLatencyHlsManifestConfigurationArgs',
|
|
54
54
|
'OriginEndpointLowLatencyHlsManifestConfigurationArgsDict',
|
|
55
|
+
'OriginEndpointMssManifestConfigurationArgs',
|
|
56
|
+
'OriginEndpointMssManifestConfigurationArgsDict',
|
|
55
57
|
'OriginEndpointPolicyCdnAuthConfigurationArgs',
|
|
56
58
|
'OriginEndpointPolicyCdnAuthConfigurationArgsDict',
|
|
57
59
|
'OriginEndpointScteDashArgs',
|
|
@@ -1192,6 +1194,10 @@ if not MYPY:
|
|
|
1192
1194
|
"""
|
|
1193
1195
|
The encryption method to use.
|
|
1194
1196
|
"""
|
|
1197
|
+
ism_encryption_method: NotRequired[pulumi.Input['OriginEndpointIsmEncryptionMethod']]
|
|
1198
|
+
"""
|
|
1199
|
+
The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
1200
|
+
"""
|
|
1195
1201
|
ts_encryption_method: NotRequired[pulumi.Input['OriginEndpointTsEncryptionMethod']]
|
|
1196
1202
|
"""
|
|
1197
1203
|
The encryption method to use.
|
|
@@ -1203,14 +1209,18 @@ elif False:
|
|
|
1203
1209
|
class OriginEndpointEncryptionMethodArgs:
|
|
1204
1210
|
def __init__(__self__, *,
|
|
1205
1211
|
cmaf_encryption_method: Optional[pulumi.Input['OriginEndpointCmafEncryptionMethod']] = None,
|
|
1212
|
+
ism_encryption_method: Optional[pulumi.Input['OriginEndpointIsmEncryptionMethod']] = None,
|
|
1206
1213
|
ts_encryption_method: Optional[pulumi.Input['OriginEndpointTsEncryptionMethod']] = None):
|
|
1207
1214
|
"""
|
|
1208
1215
|
<p>The encryption type.</p>
|
|
1209
1216
|
:param pulumi.Input['OriginEndpointCmafEncryptionMethod'] cmaf_encryption_method: The encryption method to use.
|
|
1217
|
+
:param pulumi.Input['OriginEndpointIsmEncryptionMethod'] ism_encryption_method: The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
1210
1218
|
:param pulumi.Input['OriginEndpointTsEncryptionMethod'] ts_encryption_method: The encryption method to use.
|
|
1211
1219
|
"""
|
|
1212
1220
|
if cmaf_encryption_method is not None:
|
|
1213
1221
|
pulumi.set(__self__, "cmaf_encryption_method", cmaf_encryption_method)
|
|
1222
|
+
if ism_encryption_method is not None:
|
|
1223
|
+
pulumi.set(__self__, "ism_encryption_method", ism_encryption_method)
|
|
1214
1224
|
if ts_encryption_method is not None:
|
|
1215
1225
|
pulumi.set(__self__, "ts_encryption_method", ts_encryption_method)
|
|
1216
1226
|
|
|
@@ -1226,6 +1236,18 @@ class OriginEndpointEncryptionMethodArgs:
|
|
|
1226
1236
|
def cmaf_encryption_method(self, value: Optional[pulumi.Input['OriginEndpointCmafEncryptionMethod']]):
|
|
1227
1237
|
pulumi.set(self, "cmaf_encryption_method", value)
|
|
1228
1238
|
|
|
1239
|
+
@_builtins.property
|
|
1240
|
+
@pulumi.getter(name="ismEncryptionMethod")
|
|
1241
|
+
def ism_encryption_method(self) -> Optional[pulumi.Input['OriginEndpointIsmEncryptionMethod']]:
|
|
1242
|
+
"""
|
|
1243
|
+
The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
1244
|
+
"""
|
|
1245
|
+
return pulumi.get(self, "ism_encryption_method")
|
|
1246
|
+
|
|
1247
|
+
@ism_encryption_method.setter
|
|
1248
|
+
def ism_encryption_method(self, value: Optional[pulumi.Input['OriginEndpointIsmEncryptionMethod']]):
|
|
1249
|
+
pulumi.set(self, "ism_encryption_method", value)
|
|
1250
|
+
|
|
1229
1251
|
@_builtins.property
|
|
1230
1252
|
@pulumi.getter(name="tsEncryptionMethod")
|
|
1231
1253
|
def ts_encryption_method(self) -> Optional[pulumi.Input['OriginEndpointTsEncryptionMethod']]:
|
|
@@ -1895,6 +1917,87 @@ class OriginEndpointLowLatencyHlsManifestConfigurationArgs:
|
|
|
1895
1917
|
pulumi.set(self, "url_encode_child_manifest", value)
|
|
1896
1918
|
|
|
1897
1919
|
|
|
1920
|
+
if not MYPY:
|
|
1921
|
+
class OriginEndpointMssManifestConfigurationArgsDict(TypedDict):
|
|
1922
|
+
"""
|
|
1923
|
+
<p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
|
|
1924
|
+
"""
|
|
1925
|
+
manifest_name: pulumi.Input[_builtins.str]
|
|
1926
|
+
"""
|
|
1927
|
+
<p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
|
|
1928
|
+
"""
|
|
1929
|
+
filter_configuration: NotRequired[pulumi.Input['OriginEndpointFilterConfigurationArgsDict']]
|
|
1930
|
+
manifest_layout: NotRequired[pulumi.Input['OriginEndpointMssManifestLayout']]
|
|
1931
|
+
manifest_window_seconds: NotRequired[pulumi.Input[_builtins.int]]
|
|
1932
|
+
"""
|
|
1933
|
+
<p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
|
|
1934
|
+
"""
|
|
1935
|
+
elif False:
|
|
1936
|
+
OriginEndpointMssManifestConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
1937
|
+
|
|
1938
|
+
@pulumi.input_type
|
|
1939
|
+
class OriginEndpointMssManifestConfigurationArgs:
|
|
1940
|
+
def __init__(__self__, *,
|
|
1941
|
+
manifest_name: pulumi.Input[_builtins.str],
|
|
1942
|
+
filter_configuration: Optional[pulumi.Input['OriginEndpointFilterConfigurationArgs']] = None,
|
|
1943
|
+
manifest_layout: Optional[pulumi.Input['OriginEndpointMssManifestLayout']] = None,
|
|
1944
|
+
manifest_window_seconds: Optional[pulumi.Input[_builtins.int]] = None):
|
|
1945
|
+
"""
|
|
1946
|
+
<p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
|
|
1947
|
+
:param pulumi.Input[_builtins.str] manifest_name: <p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
|
|
1948
|
+
:param pulumi.Input[_builtins.int] manifest_window_seconds: <p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
|
|
1949
|
+
"""
|
|
1950
|
+
pulumi.set(__self__, "manifest_name", manifest_name)
|
|
1951
|
+
if filter_configuration is not None:
|
|
1952
|
+
pulumi.set(__self__, "filter_configuration", filter_configuration)
|
|
1953
|
+
if manifest_layout is not None:
|
|
1954
|
+
pulumi.set(__self__, "manifest_layout", manifest_layout)
|
|
1955
|
+
if manifest_window_seconds is not None:
|
|
1956
|
+
pulumi.set(__self__, "manifest_window_seconds", manifest_window_seconds)
|
|
1957
|
+
|
|
1958
|
+
@_builtins.property
|
|
1959
|
+
@pulumi.getter(name="manifestName")
|
|
1960
|
+
def manifest_name(self) -> pulumi.Input[_builtins.str]:
|
|
1961
|
+
"""
|
|
1962
|
+
<p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
|
|
1963
|
+
"""
|
|
1964
|
+
return pulumi.get(self, "manifest_name")
|
|
1965
|
+
|
|
1966
|
+
@manifest_name.setter
|
|
1967
|
+
def manifest_name(self, value: pulumi.Input[_builtins.str]):
|
|
1968
|
+
pulumi.set(self, "manifest_name", value)
|
|
1969
|
+
|
|
1970
|
+
@_builtins.property
|
|
1971
|
+
@pulumi.getter(name="filterConfiguration")
|
|
1972
|
+
def filter_configuration(self) -> Optional[pulumi.Input['OriginEndpointFilterConfigurationArgs']]:
|
|
1973
|
+
return pulumi.get(self, "filter_configuration")
|
|
1974
|
+
|
|
1975
|
+
@filter_configuration.setter
|
|
1976
|
+
def filter_configuration(self, value: Optional[pulumi.Input['OriginEndpointFilterConfigurationArgs']]):
|
|
1977
|
+
pulumi.set(self, "filter_configuration", value)
|
|
1978
|
+
|
|
1979
|
+
@_builtins.property
|
|
1980
|
+
@pulumi.getter(name="manifestLayout")
|
|
1981
|
+
def manifest_layout(self) -> Optional[pulumi.Input['OriginEndpointMssManifestLayout']]:
|
|
1982
|
+
return pulumi.get(self, "manifest_layout")
|
|
1983
|
+
|
|
1984
|
+
@manifest_layout.setter
|
|
1985
|
+
def manifest_layout(self, value: Optional[pulumi.Input['OriginEndpointMssManifestLayout']]):
|
|
1986
|
+
pulumi.set(self, "manifest_layout", value)
|
|
1987
|
+
|
|
1988
|
+
@_builtins.property
|
|
1989
|
+
@pulumi.getter(name="manifestWindowSeconds")
|
|
1990
|
+
def manifest_window_seconds(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
1991
|
+
"""
|
|
1992
|
+
<p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
|
|
1993
|
+
"""
|
|
1994
|
+
return pulumi.get(self, "manifest_window_seconds")
|
|
1995
|
+
|
|
1996
|
+
@manifest_window_seconds.setter
|
|
1997
|
+
def manifest_window_seconds(self, value: Optional[pulumi.Input[_builtins.int]]):
|
|
1998
|
+
pulumi.set(self, "manifest_window_seconds", value)
|
|
1999
|
+
|
|
2000
|
+
|
|
1898
2001
|
if not MYPY:
|
|
1899
2002
|
class OriginEndpointPolicyCdnAuthConfigurationArgsDict(TypedDict):
|
|
1900
2003
|
cdn_identifier_secret_arns: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
@@ -26,7 +26,7 @@ __all__ = [
|
|
|
26
26
|
|
|
27
27
|
@pulumi.output_type
|
|
28
28
|
class GetOriginEndpointResult:
|
|
29
|
-
def __init__(__self__, arn=None, container_type=None, created_at=None, dash_manifest_urls=None, dash_manifests=None, description=None, force_endpoint_error_configuration=None, hls_manifest_urls=None, hls_manifests=None, low_latency_hls_manifest_urls=None, low_latency_hls_manifests=None, modified_at=None, segment=None, startover_window_seconds=None, tags=None):
|
|
29
|
+
def __init__(__self__, arn=None, container_type=None, created_at=None, dash_manifest_urls=None, dash_manifests=None, description=None, force_endpoint_error_configuration=None, hls_manifest_urls=None, hls_manifests=None, low_latency_hls_manifest_urls=None, low_latency_hls_manifests=None, modified_at=None, mss_manifest_urls=None, mss_manifests=None, segment=None, startover_window_seconds=None, tags=None):
|
|
30
30
|
if arn and not isinstance(arn, str):
|
|
31
31
|
raise TypeError("Expected argument 'arn' to be a str")
|
|
32
32
|
pulumi.set(__self__, "arn", arn)
|
|
@@ -63,6 +63,12 @@ class GetOriginEndpointResult:
|
|
|
63
63
|
if modified_at and not isinstance(modified_at, str):
|
|
64
64
|
raise TypeError("Expected argument 'modified_at' to be a str")
|
|
65
65
|
pulumi.set(__self__, "modified_at", modified_at)
|
|
66
|
+
if mss_manifest_urls and not isinstance(mss_manifest_urls, list):
|
|
67
|
+
raise TypeError("Expected argument 'mss_manifest_urls' to be a list")
|
|
68
|
+
pulumi.set(__self__, "mss_manifest_urls", mss_manifest_urls)
|
|
69
|
+
if mss_manifests and not isinstance(mss_manifests, list):
|
|
70
|
+
raise TypeError("Expected argument 'mss_manifests' to be a list")
|
|
71
|
+
pulumi.set(__self__, "mss_manifests", mss_manifests)
|
|
66
72
|
if segment and not isinstance(segment, dict):
|
|
67
73
|
raise TypeError("Expected argument 'segment' to be a dict")
|
|
68
74
|
pulumi.set(__self__, "segment", segment)
|
|
@@ -169,6 +175,19 @@ class GetOriginEndpointResult:
|
|
|
169
175
|
"""
|
|
170
176
|
return pulumi.get(self, "modified_at")
|
|
171
177
|
|
|
178
|
+
@_builtins.property
|
|
179
|
+
@pulumi.getter(name="mssManifestUrls")
|
|
180
|
+
def mss_manifest_urls(self) -> Optional[Sequence[_builtins.str]]:
|
|
181
|
+
return pulumi.get(self, "mss_manifest_urls")
|
|
182
|
+
|
|
183
|
+
@_builtins.property
|
|
184
|
+
@pulumi.getter(name="mssManifests")
|
|
185
|
+
def mss_manifests(self) -> Optional[Sequence['outputs.OriginEndpointMssManifestConfiguration']]:
|
|
186
|
+
"""
|
|
187
|
+
<p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
|
|
188
|
+
"""
|
|
189
|
+
return pulumi.get(self, "mss_manifests")
|
|
190
|
+
|
|
172
191
|
@_builtins.property
|
|
173
192
|
@pulumi.getter
|
|
174
193
|
def segment(self) -> Optional['outputs.OriginEndpointSegment']:
|
|
@@ -212,6 +231,8 @@ class AwaitableGetOriginEndpointResult(GetOriginEndpointResult):
|
|
|
212
231
|
low_latency_hls_manifest_urls=self.low_latency_hls_manifest_urls,
|
|
213
232
|
low_latency_hls_manifests=self.low_latency_hls_manifests,
|
|
214
233
|
modified_at=self.modified_at,
|
|
234
|
+
mss_manifest_urls=self.mss_manifest_urls,
|
|
235
|
+
mss_manifests=self.mss_manifests,
|
|
215
236
|
segment=self.segment,
|
|
216
237
|
startover_window_seconds=self.startover_window_seconds,
|
|
217
238
|
tags=self.tags)
|
|
@@ -243,6 +264,8 @@ def get_origin_endpoint(arn: Optional[_builtins.str] = None,
|
|
|
243
264
|
low_latency_hls_manifest_urls=pulumi.get(__ret__, 'low_latency_hls_manifest_urls'),
|
|
244
265
|
low_latency_hls_manifests=pulumi.get(__ret__, 'low_latency_hls_manifests'),
|
|
245
266
|
modified_at=pulumi.get(__ret__, 'modified_at'),
|
|
267
|
+
mss_manifest_urls=pulumi.get(__ret__, 'mss_manifest_urls'),
|
|
268
|
+
mss_manifests=pulumi.get(__ret__, 'mss_manifests'),
|
|
246
269
|
segment=pulumi.get(__ret__, 'segment'),
|
|
247
270
|
startover_window_seconds=pulumi.get(__ret__, 'startover_window_seconds'),
|
|
248
271
|
tags=pulumi.get(__ret__, 'tags'))
|
|
@@ -271,6 +294,8 @@ def get_origin_endpoint_output(arn: Optional[pulumi.Input[_builtins.str]] = None
|
|
|
271
294
|
low_latency_hls_manifest_urls=pulumi.get(__response__, 'low_latency_hls_manifest_urls'),
|
|
272
295
|
low_latency_hls_manifests=pulumi.get(__response__, 'low_latency_hls_manifests'),
|
|
273
296
|
modified_at=pulumi.get(__response__, 'modified_at'),
|
|
297
|
+
mss_manifest_urls=pulumi.get(__response__, 'mss_manifest_urls'),
|
|
298
|
+
mss_manifests=pulumi.get(__response__, 'mss_manifests'),
|
|
274
299
|
segment=pulumi.get(__response__, 'segment'),
|
|
275
300
|
startover_window_seconds=pulumi.get(__response__, 'startover_window_seconds'),
|
|
276
301
|
tags=pulumi.get(__response__, 'tags')))
|
|
@@ -32,6 +32,7 @@ class OriginEndpointArgs:
|
|
|
32
32
|
force_endpoint_error_configuration: Optional[pulumi.Input['OriginEndpointForceEndpointErrorConfigurationArgs']] = None,
|
|
33
33
|
hls_manifests: Optional[pulumi.Input[Sequence[pulumi.Input['OriginEndpointHlsManifestConfigurationArgs']]]] = None,
|
|
34
34
|
low_latency_hls_manifests: Optional[pulumi.Input[Sequence[pulumi.Input['OriginEndpointLowLatencyHlsManifestConfigurationArgs']]]] = None,
|
|
35
|
+
mss_manifests: Optional[pulumi.Input[Sequence[pulumi.Input['OriginEndpointMssManifestConfigurationArgs']]]] = None,
|
|
35
36
|
origin_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
36
37
|
segment: Optional[pulumi.Input['OriginEndpointSegmentArgs']] = None,
|
|
37
38
|
startover_window_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -46,6 +47,7 @@ class OriginEndpointArgs:
|
|
|
46
47
|
:param pulumi.Input['OriginEndpointForceEndpointErrorConfigurationArgs'] force_endpoint_error_configuration: The failover settings for the endpoint.
|
|
47
48
|
:param pulumi.Input[Sequence[pulumi.Input['OriginEndpointHlsManifestConfigurationArgs']]] hls_manifests: <p>An HTTP live streaming (HLS) manifest configuration.</p>
|
|
48
49
|
:param pulumi.Input[Sequence[pulumi.Input['OriginEndpointLowLatencyHlsManifestConfigurationArgs']]] low_latency_hls_manifests: <p>A low-latency HLS manifest configuration.</p>
|
|
50
|
+
:param pulumi.Input[Sequence[pulumi.Input['OriginEndpointMssManifestConfigurationArgs']]] mss_manifests: <p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
|
|
49
51
|
:param pulumi.Input[_builtins.str] origin_endpoint_name: The name of the origin endpoint associated with the origin endpoint configuration.
|
|
50
52
|
:param pulumi.Input['OriginEndpointSegmentArgs'] segment: The segment associated with the origin endpoint.
|
|
51
53
|
:param pulumi.Input[_builtins.int] startover_window_seconds: <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>
|
|
@@ -64,6 +66,8 @@ class OriginEndpointArgs:
|
|
|
64
66
|
pulumi.set(__self__, "hls_manifests", hls_manifests)
|
|
65
67
|
if low_latency_hls_manifests is not None:
|
|
66
68
|
pulumi.set(__self__, "low_latency_hls_manifests", low_latency_hls_manifests)
|
|
69
|
+
if mss_manifests is not None:
|
|
70
|
+
pulumi.set(__self__, "mss_manifests", mss_manifests)
|
|
67
71
|
if origin_endpoint_name is not None:
|
|
68
72
|
pulumi.set(__self__, "origin_endpoint_name", origin_endpoint_name)
|
|
69
73
|
if segment is not None:
|
|
@@ -169,6 +173,18 @@ class OriginEndpointArgs:
|
|
|
169
173
|
def low_latency_hls_manifests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OriginEndpointLowLatencyHlsManifestConfigurationArgs']]]]):
|
|
170
174
|
pulumi.set(self, "low_latency_hls_manifests", value)
|
|
171
175
|
|
|
176
|
+
@_builtins.property
|
|
177
|
+
@pulumi.getter(name="mssManifests")
|
|
178
|
+
def mss_manifests(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OriginEndpointMssManifestConfigurationArgs']]]]:
|
|
179
|
+
"""
|
|
180
|
+
<p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
|
|
181
|
+
"""
|
|
182
|
+
return pulumi.get(self, "mss_manifests")
|
|
183
|
+
|
|
184
|
+
@mss_manifests.setter
|
|
185
|
+
def mss_manifests(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OriginEndpointMssManifestConfigurationArgs']]]]):
|
|
186
|
+
pulumi.set(self, "mss_manifests", value)
|
|
187
|
+
|
|
172
188
|
@_builtins.property
|
|
173
189
|
@pulumi.getter(name="originEndpointName")
|
|
174
190
|
def origin_endpoint_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -232,6 +248,7 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
232
248
|
force_endpoint_error_configuration: Optional[pulumi.Input[Union['OriginEndpointForceEndpointErrorConfigurationArgs', 'OriginEndpointForceEndpointErrorConfigurationArgsDict']]] = None,
|
|
233
249
|
hls_manifests: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointHlsManifestConfigurationArgs', 'OriginEndpointHlsManifestConfigurationArgsDict']]]]] = None,
|
|
234
250
|
low_latency_hls_manifests: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointLowLatencyHlsManifestConfigurationArgs', 'OriginEndpointLowLatencyHlsManifestConfigurationArgsDict']]]]] = None,
|
|
251
|
+
mss_manifests: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointMssManifestConfigurationArgs', 'OriginEndpointMssManifestConfigurationArgsDict']]]]] = None,
|
|
235
252
|
origin_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
236
253
|
segment: Optional[pulumi.Input[Union['OriginEndpointSegmentArgs', 'OriginEndpointSegmentArgsDict']]] = None,
|
|
237
254
|
startover_window_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -250,6 +267,7 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
250
267
|
:param pulumi.Input[Union['OriginEndpointForceEndpointErrorConfigurationArgs', 'OriginEndpointForceEndpointErrorConfigurationArgsDict']] force_endpoint_error_configuration: The failover settings for the endpoint.
|
|
251
268
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointHlsManifestConfigurationArgs', 'OriginEndpointHlsManifestConfigurationArgsDict']]]] hls_manifests: <p>An HTTP live streaming (HLS) manifest configuration.</p>
|
|
252
269
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointLowLatencyHlsManifestConfigurationArgs', 'OriginEndpointLowLatencyHlsManifestConfigurationArgsDict']]]] low_latency_hls_manifests: <p>A low-latency HLS manifest configuration.</p>
|
|
270
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointMssManifestConfigurationArgs', 'OriginEndpointMssManifestConfigurationArgsDict']]]] mss_manifests: <p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
|
|
253
271
|
:param pulumi.Input[_builtins.str] origin_endpoint_name: The name of the origin endpoint associated with the origin endpoint configuration.
|
|
254
272
|
:param pulumi.Input[Union['OriginEndpointSegmentArgs', 'OriginEndpointSegmentArgsDict']] segment: The segment associated with the origin endpoint.
|
|
255
273
|
:param pulumi.Input[_builtins.int] startover_window_seconds: <p>The size of the window (in seconds) to create a window of the live stream that's available for on-demand viewing. Viewers can start-over or catch-up on content that falls within the window. The maximum startover window is 1,209,600 seconds (14 days).</p>
|
|
@@ -287,6 +305,7 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
287
305
|
force_endpoint_error_configuration: Optional[pulumi.Input[Union['OriginEndpointForceEndpointErrorConfigurationArgs', 'OriginEndpointForceEndpointErrorConfigurationArgsDict']]] = None,
|
|
288
306
|
hls_manifests: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointHlsManifestConfigurationArgs', 'OriginEndpointHlsManifestConfigurationArgsDict']]]]] = None,
|
|
289
307
|
low_latency_hls_manifests: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointLowLatencyHlsManifestConfigurationArgs', 'OriginEndpointLowLatencyHlsManifestConfigurationArgsDict']]]]] = None,
|
|
308
|
+
mss_manifests: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OriginEndpointMssManifestConfigurationArgs', 'OriginEndpointMssManifestConfigurationArgsDict']]]]] = None,
|
|
290
309
|
origin_endpoint_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
291
310
|
segment: Optional[pulumi.Input[Union['OriginEndpointSegmentArgs', 'OriginEndpointSegmentArgsDict']]] = None,
|
|
292
311
|
startover_window_seconds: Optional[pulumi.Input[_builtins.int]] = None,
|
|
@@ -314,6 +333,7 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
314
333
|
__props__.__dict__["force_endpoint_error_configuration"] = force_endpoint_error_configuration
|
|
315
334
|
__props__.__dict__["hls_manifests"] = hls_manifests
|
|
316
335
|
__props__.__dict__["low_latency_hls_manifests"] = low_latency_hls_manifests
|
|
336
|
+
__props__.__dict__["mss_manifests"] = mss_manifests
|
|
317
337
|
__props__.__dict__["origin_endpoint_name"] = origin_endpoint_name
|
|
318
338
|
__props__.__dict__["segment"] = segment
|
|
319
339
|
__props__.__dict__["startover_window_seconds"] = startover_window_seconds
|
|
@@ -324,6 +344,7 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
324
344
|
__props__.__dict__["hls_manifest_urls"] = None
|
|
325
345
|
__props__.__dict__["low_latency_hls_manifest_urls"] = None
|
|
326
346
|
__props__.__dict__["modified_at"] = None
|
|
347
|
+
__props__.__dict__["mss_manifest_urls"] = None
|
|
327
348
|
replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["channelGroupName", "channelName", "originEndpointName"])
|
|
328
349
|
opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
|
|
329
350
|
super(OriginEndpoint, __self__).__init__(
|
|
@@ -362,6 +383,8 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
362
383
|
__props__.__dict__["low_latency_hls_manifest_urls"] = None
|
|
363
384
|
__props__.__dict__["low_latency_hls_manifests"] = None
|
|
364
385
|
__props__.__dict__["modified_at"] = None
|
|
386
|
+
__props__.__dict__["mss_manifest_urls"] = None
|
|
387
|
+
__props__.__dict__["mss_manifests"] = None
|
|
365
388
|
__props__.__dict__["origin_endpoint_name"] = None
|
|
366
389
|
__props__.__dict__["segment"] = None
|
|
367
390
|
__props__.__dict__["startover_window_seconds"] = None
|
|
@@ -480,6 +503,19 @@ class OriginEndpoint(pulumi.CustomResource):
|
|
|
480
503
|
"""
|
|
481
504
|
return pulumi.get(self, "modified_at")
|
|
482
505
|
|
|
506
|
+
@_builtins.property
|
|
507
|
+
@pulumi.getter(name="mssManifestUrls")
|
|
508
|
+
def mss_manifest_urls(self) -> pulumi.Output[Sequence[_builtins.str]]:
|
|
509
|
+
return pulumi.get(self, "mss_manifest_urls")
|
|
510
|
+
|
|
511
|
+
@_builtins.property
|
|
512
|
+
@pulumi.getter(name="mssManifests")
|
|
513
|
+
def mss_manifests(self) -> pulumi.Output[Optional[Sequence['outputs.OriginEndpointMssManifestConfiguration']]]:
|
|
514
|
+
"""
|
|
515
|
+
<p>The Microsoft Smooth Streaming (MSS) manifest configurations associated with this origin endpoint.</p>
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "mss_manifests")
|
|
518
|
+
|
|
483
519
|
@_builtins.property
|
|
484
520
|
@pulumi.getter(name="originEndpointName")
|
|
485
521
|
def origin_endpoint_name(self) -> pulumi.Output[_builtins.str]:
|
|
@@ -36,6 +36,7 @@ __all__ = [
|
|
|
36
36
|
'OriginEndpointForceEndpointErrorConfiguration',
|
|
37
37
|
'OriginEndpointHlsManifestConfiguration',
|
|
38
38
|
'OriginEndpointLowLatencyHlsManifestConfiguration',
|
|
39
|
+
'OriginEndpointMssManifestConfiguration',
|
|
39
40
|
'OriginEndpointPolicyCdnAuthConfiguration',
|
|
40
41
|
'OriginEndpointScte',
|
|
41
42
|
'OriginEndpointScteDash',
|
|
@@ -1120,6 +1121,8 @@ class OriginEndpointEncryptionMethod(dict):
|
|
|
1120
1121
|
suggest = None
|
|
1121
1122
|
if key == "cmafEncryptionMethod":
|
|
1122
1123
|
suggest = "cmaf_encryption_method"
|
|
1124
|
+
elif key == "ismEncryptionMethod":
|
|
1125
|
+
suggest = "ism_encryption_method"
|
|
1123
1126
|
elif key == "tsEncryptionMethod":
|
|
1124
1127
|
suggest = "ts_encryption_method"
|
|
1125
1128
|
|
|
@@ -1136,14 +1139,18 @@ class OriginEndpointEncryptionMethod(dict):
|
|
|
1136
1139
|
|
|
1137
1140
|
def __init__(__self__, *,
|
|
1138
1141
|
cmaf_encryption_method: Optional['OriginEndpointCmafEncryptionMethod'] = None,
|
|
1142
|
+
ism_encryption_method: Optional['OriginEndpointIsmEncryptionMethod'] = None,
|
|
1139
1143
|
ts_encryption_method: Optional['OriginEndpointTsEncryptionMethod'] = None):
|
|
1140
1144
|
"""
|
|
1141
1145
|
<p>The encryption type.</p>
|
|
1142
1146
|
:param 'OriginEndpointCmafEncryptionMethod' cmaf_encryption_method: The encryption method to use.
|
|
1147
|
+
:param 'OriginEndpointIsmEncryptionMethod' ism_encryption_method: The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
1143
1148
|
:param 'OriginEndpointTsEncryptionMethod' ts_encryption_method: The encryption method to use.
|
|
1144
1149
|
"""
|
|
1145
1150
|
if cmaf_encryption_method is not None:
|
|
1146
1151
|
pulumi.set(__self__, "cmaf_encryption_method", cmaf_encryption_method)
|
|
1152
|
+
if ism_encryption_method is not None:
|
|
1153
|
+
pulumi.set(__self__, "ism_encryption_method", ism_encryption_method)
|
|
1147
1154
|
if ts_encryption_method is not None:
|
|
1148
1155
|
pulumi.set(__self__, "ts_encryption_method", ts_encryption_method)
|
|
1149
1156
|
|
|
@@ -1155,6 +1162,14 @@ class OriginEndpointEncryptionMethod(dict):
|
|
|
1155
1162
|
"""
|
|
1156
1163
|
return pulumi.get(self, "cmaf_encryption_method")
|
|
1157
1164
|
|
|
1165
|
+
@_builtins.property
|
|
1166
|
+
@pulumi.getter(name="ismEncryptionMethod")
|
|
1167
|
+
def ism_encryption_method(self) -> Optional['OriginEndpointIsmEncryptionMethod']:
|
|
1168
|
+
"""
|
|
1169
|
+
The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.
|
|
1170
|
+
"""
|
|
1171
|
+
return pulumi.get(self, "ism_encryption_method")
|
|
1172
|
+
|
|
1158
1173
|
@_builtins.property
|
|
1159
1174
|
@pulumi.getter(name="tsEncryptionMethod")
|
|
1160
1175
|
def ts_encryption_method(self) -> Optional['OriginEndpointTsEncryptionMethod']:
|
|
@@ -1594,6 +1609,79 @@ class OriginEndpointLowLatencyHlsManifestConfiguration(dict):
|
|
|
1594
1609
|
return pulumi.get(self, "url_encode_child_manifest")
|
|
1595
1610
|
|
|
1596
1611
|
|
|
1612
|
+
@pulumi.output_type
|
|
1613
|
+
class OriginEndpointMssManifestConfiguration(dict):
|
|
1614
|
+
"""
|
|
1615
|
+
<p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
|
|
1616
|
+
"""
|
|
1617
|
+
@staticmethod
|
|
1618
|
+
def __key_warning(key: str):
|
|
1619
|
+
suggest = None
|
|
1620
|
+
if key == "manifestName":
|
|
1621
|
+
suggest = "manifest_name"
|
|
1622
|
+
elif key == "filterConfiguration":
|
|
1623
|
+
suggest = "filter_configuration"
|
|
1624
|
+
elif key == "manifestLayout":
|
|
1625
|
+
suggest = "manifest_layout"
|
|
1626
|
+
elif key == "manifestWindowSeconds":
|
|
1627
|
+
suggest = "manifest_window_seconds"
|
|
1628
|
+
|
|
1629
|
+
if suggest:
|
|
1630
|
+
pulumi.log.warn(f"Key '{key}' not found in OriginEndpointMssManifestConfiguration. Access the value via the '{suggest}' property getter instead.")
|
|
1631
|
+
|
|
1632
|
+
def __getitem__(self, key: str) -> Any:
|
|
1633
|
+
OriginEndpointMssManifestConfiguration.__key_warning(key)
|
|
1634
|
+
return super().__getitem__(key)
|
|
1635
|
+
|
|
1636
|
+
def get(self, key: str, default = None) -> Any:
|
|
1637
|
+
OriginEndpointMssManifestConfiguration.__key_warning(key)
|
|
1638
|
+
return super().get(key, default)
|
|
1639
|
+
|
|
1640
|
+
def __init__(__self__, *,
|
|
1641
|
+
manifest_name: _builtins.str,
|
|
1642
|
+
filter_configuration: Optional['outputs.OriginEndpointFilterConfiguration'] = None,
|
|
1643
|
+
manifest_layout: Optional['OriginEndpointMssManifestLayout'] = None,
|
|
1644
|
+
manifest_window_seconds: Optional[_builtins.int] = None):
|
|
1645
|
+
"""
|
|
1646
|
+
<p>Configuration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.</p>
|
|
1647
|
+
:param _builtins.str manifest_name: <p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
|
|
1648
|
+
:param _builtins.int manifest_window_seconds: <p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
|
|
1649
|
+
"""
|
|
1650
|
+
pulumi.set(__self__, "manifest_name", manifest_name)
|
|
1651
|
+
if filter_configuration is not None:
|
|
1652
|
+
pulumi.set(__self__, "filter_configuration", filter_configuration)
|
|
1653
|
+
if manifest_layout is not None:
|
|
1654
|
+
pulumi.set(__self__, "manifest_layout", manifest_layout)
|
|
1655
|
+
if manifest_window_seconds is not None:
|
|
1656
|
+
pulumi.set(__self__, "manifest_window_seconds", manifest_window_seconds)
|
|
1657
|
+
|
|
1658
|
+
@_builtins.property
|
|
1659
|
+
@pulumi.getter(name="manifestName")
|
|
1660
|
+
def manifest_name(self) -> _builtins.str:
|
|
1661
|
+
"""
|
|
1662
|
+
<p>The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.</p>
|
|
1663
|
+
"""
|
|
1664
|
+
return pulumi.get(self, "manifest_name")
|
|
1665
|
+
|
|
1666
|
+
@_builtins.property
|
|
1667
|
+
@pulumi.getter(name="filterConfiguration")
|
|
1668
|
+
def filter_configuration(self) -> Optional['outputs.OriginEndpointFilterConfiguration']:
|
|
1669
|
+
return pulumi.get(self, "filter_configuration")
|
|
1670
|
+
|
|
1671
|
+
@_builtins.property
|
|
1672
|
+
@pulumi.getter(name="manifestLayout")
|
|
1673
|
+
def manifest_layout(self) -> Optional['OriginEndpointMssManifestLayout']:
|
|
1674
|
+
return pulumi.get(self, "manifest_layout")
|
|
1675
|
+
|
|
1676
|
+
@_builtins.property
|
|
1677
|
+
@pulumi.getter(name="manifestWindowSeconds")
|
|
1678
|
+
def manifest_window_seconds(self) -> Optional[_builtins.int]:
|
|
1679
|
+
"""
|
|
1680
|
+
<p>The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.</p>
|
|
1681
|
+
"""
|
|
1682
|
+
return pulumi.get(self, "manifest_window_seconds")
|
|
1683
|
+
|
|
1684
|
+
|
|
1597
1685
|
@pulumi.output_type
|
|
1598
1686
|
class OriginEndpointPolicyCdnAuthConfiguration(dict):
|
|
1599
1687
|
@staticmethod
|
|
@@ -31,6 +31,7 @@ class DbInstanceArgs:
|
|
|
31
31
|
db_snapshot_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
32
|
db_subnet_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
33
33
|
preferred_maintenance_window: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
publicly_accessible: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
34
35
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None):
|
|
35
36
|
"""
|
|
36
37
|
The set of arguments for constructing a DbInstance resource.
|
|
@@ -52,6 +53,7 @@ class DbInstanceArgs:
|
|
|
52
53
|
`AWS::Neptune::DBCluster` does support restoring from snapshots.
|
|
53
54
|
:param pulumi.Input[_builtins.str] db_subnet_group_name: A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
|
|
54
55
|
:param pulumi.Input[_builtins.str] preferred_maintenance_window: Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
56
|
+
:param pulumi.Input[_builtins.bool] publicly_accessible: Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
|
|
55
57
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: An arbitrary set of tags (key-value pairs) for this DB instance.
|
|
56
58
|
"""
|
|
57
59
|
pulumi.set(__self__, "db_instance_class", db_instance_class)
|
|
@@ -73,6 +75,8 @@ class DbInstanceArgs:
|
|
|
73
75
|
pulumi.set(__self__, "db_subnet_group_name", db_subnet_group_name)
|
|
74
76
|
if preferred_maintenance_window is not None:
|
|
75
77
|
pulumi.set(__self__, "preferred_maintenance_window", preferred_maintenance_window)
|
|
78
|
+
if publicly_accessible is not None:
|
|
79
|
+
pulumi.set(__self__, "publicly_accessible", publicly_accessible)
|
|
76
80
|
if tags is not None:
|
|
77
81
|
pulumi.set(__self__, "tags", tags)
|
|
78
82
|
|
|
@@ -204,6 +208,18 @@ class DbInstanceArgs:
|
|
|
204
208
|
def preferred_maintenance_window(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
205
209
|
pulumi.set(self, "preferred_maintenance_window", value)
|
|
206
210
|
|
|
211
|
+
@_builtins.property
|
|
212
|
+
@pulumi.getter(name="publiclyAccessible")
|
|
213
|
+
def publicly_accessible(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
214
|
+
"""
|
|
215
|
+
Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
|
|
216
|
+
"""
|
|
217
|
+
return pulumi.get(self, "publicly_accessible")
|
|
218
|
+
|
|
219
|
+
@publicly_accessible.setter
|
|
220
|
+
def publicly_accessible(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
221
|
+
pulumi.set(self, "publicly_accessible", value)
|
|
222
|
+
|
|
207
223
|
@_builtins.property
|
|
208
224
|
@pulumi.getter
|
|
209
225
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]:
|
|
@@ -233,6 +249,7 @@ class DbInstance(pulumi.CustomResource):
|
|
|
233
249
|
db_snapshot_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
250
|
db_subnet_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
235
251
|
preferred_maintenance_window: Optional[pulumi.Input[_builtins.str]] = None,
|
|
252
|
+
publicly_accessible: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
236
253
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
237
254
|
__props__=None):
|
|
238
255
|
"""
|
|
@@ -258,6 +275,7 @@ class DbInstance(pulumi.CustomResource):
|
|
|
258
275
|
`AWS::Neptune::DBCluster` does support restoring from snapshots.
|
|
259
276
|
:param pulumi.Input[_builtins.str] db_subnet_group_name: A DB subnet group to associate with the DB instance. If you update this value, the new subnet group must be a subnet group in a new virtual private cloud (VPC).
|
|
260
277
|
:param pulumi.Input[_builtins.str] preferred_maintenance_window: Specifies the weekly time range during which system maintenance can occur, in Universal Coordinated Time (UTC).
|
|
278
|
+
:param pulumi.Input[_builtins.bool] publicly_accessible: Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
|
|
261
279
|
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: An arbitrary set of tags (key-value pairs) for this DB instance.
|
|
262
280
|
"""
|
|
263
281
|
...
|
|
@@ -294,6 +312,7 @@ class DbInstance(pulumi.CustomResource):
|
|
|
294
312
|
db_snapshot_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
295
313
|
db_subnet_group_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
296
314
|
preferred_maintenance_window: Optional[pulumi.Input[_builtins.str]] = None,
|
|
315
|
+
publicly_accessible: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
297
316
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
298
317
|
__props__=None):
|
|
299
318
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
@@ -316,6 +335,7 @@ class DbInstance(pulumi.CustomResource):
|
|
|
316
335
|
__props__.__dict__["db_snapshot_identifier"] = db_snapshot_identifier
|
|
317
336
|
__props__.__dict__["db_subnet_group_name"] = db_subnet_group_name
|
|
318
337
|
__props__.__dict__["preferred_maintenance_window"] = preferred_maintenance_window
|
|
338
|
+
__props__.__dict__["publicly_accessible"] = publicly_accessible
|
|
319
339
|
__props__.__dict__["tags"] = tags
|
|
320
340
|
__props__.__dict__["endpoint"] = None
|
|
321
341
|
__props__.__dict__["port"] = None
|
|
@@ -355,6 +375,7 @@ class DbInstance(pulumi.CustomResource):
|
|
|
355
375
|
__props__.__dict__["endpoint"] = None
|
|
356
376
|
__props__.__dict__["port"] = None
|
|
357
377
|
__props__.__dict__["preferred_maintenance_window"] = None
|
|
378
|
+
__props__.__dict__["publicly_accessible"] = None
|
|
358
379
|
__props__.__dict__["tags"] = None
|
|
359
380
|
return DbInstance(resource_name, opts=opts, __props__=__props__)
|
|
360
381
|
|
|
@@ -462,6 +483,14 @@ class DbInstance(pulumi.CustomResource):
|
|
|
462
483
|
"""
|
|
463
484
|
return pulumi.get(self, "preferred_maintenance_window")
|
|
464
485
|
|
|
486
|
+
@_builtins.property
|
|
487
|
+
@pulumi.getter(name="publiclyAccessible")
|
|
488
|
+
def publicly_accessible(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
489
|
+
"""
|
|
490
|
+
Indicates that public accessibility is enabled. This should be enabled in combination with IAM Auth enabled on the DBCluster
|
|
491
|
+
"""
|
|
492
|
+
return pulumi.get(self, "publicly_accessible")
|
|
493
|
+
|
|
465
494
|
@_builtins.property
|
|
466
495
|
@pulumi.getter
|
|
467
496
|
def tags(self) -> pulumi.Output[Optional[Sequence['_root_outputs.Tag']]]:
|