pulumi-aws 7.9.1__py3-none-any.whl → 7.10.0__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.
- pulumi_aws/__init__.py +40 -0
- pulumi_aws/_inputs.py +40 -0
- pulumi_aws/appstream/_inputs.py +54 -0
- pulumi_aws/appstream/directory_config.py +55 -0
- pulumi_aws/appstream/outputs.py +49 -0
- pulumi_aws/bedrock/__init__.py +5 -0
- pulumi_aws/bedrock/_inputs.py +2097 -0
- pulumi_aws/bedrock/agent_agent.py +9 -7
- pulumi_aws/bedrock/agentcore_api_key_credential_provider.py +122 -1
- pulumi_aws/bedrock/agentcore_memory.py +614 -0
- pulumi_aws/bedrock/agentcore_memory_strategy.py +800 -0
- pulumi_aws/bedrock/agentcore_oauth2_credential_provider.py +477 -0
- pulumi_aws/bedrock/agentcore_token_vault_cmk.py +291 -0
- pulumi_aws/bedrock/agentcore_workload_identity.py +359 -0
- pulumi_aws/bedrock/outputs.py +1739 -0
- pulumi_aws/cloudtrail/trail.py +7 -7
- pulumi_aws/config/outputs.py +24 -0
- pulumi_aws/docdb/cluster.py +109 -1
- pulumi_aws/ec2/route.py +12 -0
- pulumi_aws/ecs/task_definition.py +7 -7
- pulumi_aws/fis/_inputs.py +3 -3
- pulumi_aws/fis/outputs.py +2 -2
- pulumi_aws/kms/key_policy.py +7 -7
- pulumi_aws/odb/network.py +47 -0
- pulumi_aws/organizations/_inputs.py +170 -42
- pulumi_aws/organizations/account.py +57 -8
- pulumi_aws/organizations/get_organization.py +7 -7
- pulumi_aws/organizations/organization.py +27 -27
- pulumi_aws/organizations/outputs.py +310 -62
- pulumi_aws/pulumi-plugin.json +1 -1
- pulumi_aws/rds/cluster.py +102 -1
- pulumi_aws/rds/instance.py +102 -1
- pulumi_aws/redshift/cluster.py +130 -1
- pulumi_aws/redshiftserverless/namespace.py +109 -1
- pulumi_aws/secretsmanager/secret_version.py +122 -1
- pulumi_aws/ssm/parameter.py +145 -2
- pulumi_aws/transfer/host_key.py +75 -1
- pulumi_aws/workspaces/get_workspace.py +19 -0
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/METADATA +1 -1
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/RECORD +42 -37
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/WHEEL +0 -0
- {pulumi_aws-7.9.1.dist-info → pulumi_aws-7.10.0.dist-info}/top_level.txt +0 -0
pulumi_aws/__init__.py
CHANGED
|
@@ -2150,6 +2150,46 @@ _utilities.register(
|
|
|
2150
2150
|
"aws:bedrock/agentcoreGatewayTarget:AgentcoreGatewayTarget": "AgentcoreGatewayTarget"
|
|
2151
2151
|
}
|
|
2152
2152
|
},
|
|
2153
|
+
{
|
|
2154
|
+
"pkg": "aws",
|
|
2155
|
+
"mod": "bedrock/agentcoreMemory",
|
|
2156
|
+
"fqn": "pulumi_aws.bedrock",
|
|
2157
|
+
"classes": {
|
|
2158
|
+
"aws:bedrock/agentcoreMemory:AgentcoreMemory": "AgentcoreMemory"
|
|
2159
|
+
}
|
|
2160
|
+
},
|
|
2161
|
+
{
|
|
2162
|
+
"pkg": "aws",
|
|
2163
|
+
"mod": "bedrock/agentcoreMemoryStrategy",
|
|
2164
|
+
"fqn": "pulumi_aws.bedrock",
|
|
2165
|
+
"classes": {
|
|
2166
|
+
"aws:bedrock/agentcoreMemoryStrategy:AgentcoreMemoryStrategy": "AgentcoreMemoryStrategy"
|
|
2167
|
+
}
|
|
2168
|
+
},
|
|
2169
|
+
{
|
|
2170
|
+
"pkg": "aws",
|
|
2171
|
+
"mod": "bedrock/agentcoreOauth2CredentialProvider",
|
|
2172
|
+
"fqn": "pulumi_aws.bedrock",
|
|
2173
|
+
"classes": {
|
|
2174
|
+
"aws:bedrock/agentcoreOauth2CredentialProvider:AgentcoreOauth2CredentialProvider": "AgentcoreOauth2CredentialProvider"
|
|
2175
|
+
}
|
|
2176
|
+
},
|
|
2177
|
+
{
|
|
2178
|
+
"pkg": "aws",
|
|
2179
|
+
"mod": "bedrock/agentcoreTokenVaultCmk",
|
|
2180
|
+
"fqn": "pulumi_aws.bedrock",
|
|
2181
|
+
"classes": {
|
|
2182
|
+
"aws:bedrock/agentcoreTokenVaultCmk:AgentcoreTokenVaultCmk": "AgentcoreTokenVaultCmk"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
{
|
|
2186
|
+
"pkg": "aws",
|
|
2187
|
+
"mod": "bedrock/agentcoreWorkloadIdentity",
|
|
2188
|
+
"fqn": "pulumi_aws.bedrock",
|
|
2189
|
+
"classes": {
|
|
2190
|
+
"aws:bedrock/agentcoreWorkloadIdentity:AgentcoreWorkloadIdentity": "AgentcoreWorkloadIdentity"
|
|
2191
|
+
}
|
|
2192
|
+
},
|
|
2153
2193
|
{
|
|
2154
2194
|
"pkg": "aws",
|
|
2155
2195
|
"mod": "bedrock/customModel",
|
pulumi_aws/_inputs.py
CHANGED
|
@@ -1196,6 +1196,10 @@ if not MYPY:
|
|
|
1196
1196
|
"""
|
|
1197
1197
|
Use this to override the default service endpoint URL
|
|
1198
1198
|
"""
|
|
1199
|
+
networkflowmonitor: NotRequired[pulumi.Input[_builtins.str]]
|
|
1200
|
+
"""
|
|
1201
|
+
Use this to override the default service endpoint URL
|
|
1202
|
+
"""
|
|
1199
1203
|
networkmanager: NotRequired[pulumi.Input[_builtins.str]]
|
|
1200
1204
|
"""
|
|
1201
1205
|
Use this to override the default service endpoint URL
|
|
@@ -1216,6 +1220,10 @@ if not MYPY:
|
|
|
1216
1220
|
"""
|
|
1217
1221
|
Use this to override the default service endpoint URL
|
|
1218
1222
|
"""
|
|
1223
|
+
observabilityadmin: NotRequired[pulumi.Input[_builtins.str]]
|
|
1224
|
+
"""
|
|
1225
|
+
Use this to override the default service endpoint URL
|
|
1226
|
+
"""
|
|
1219
1227
|
odb: NotRequired[pulumi.Input[_builtins.str]]
|
|
1220
1228
|
"""
|
|
1221
1229
|
Use this to override the default service endpoint URL
|
|
@@ -1813,11 +1821,13 @@ class ProviderEndpointArgs:
|
|
|
1813
1821
|
neptune: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1814
1822
|
neptunegraph: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1815
1823
|
networkfirewall: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1824
|
+
networkflowmonitor: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1816
1825
|
networkmanager: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1817
1826
|
networkmonitor: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1818
1827
|
notifications: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1819
1828
|
notificationscontacts: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1820
1829
|
oam: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1830
|
+
observabilityadmin: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1821
1831
|
odb: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1822
1832
|
opensearch: Optional[pulumi.Input[_builtins.str]] = None,
|
|
1823
1833
|
opensearchingestion: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -2116,11 +2126,13 @@ class ProviderEndpointArgs:
|
|
|
2116
2126
|
:param pulumi.Input[_builtins.str] neptune: Use this to override the default service endpoint URL
|
|
2117
2127
|
:param pulumi.Input[_builtins.str] neptunegraph: Use this to override the default service endpoint URL
|
|
2118
2128
|
:param pulumi.Input[_builtins.str] networkfirewall: Use this to override the default service endpoint URL
|
|
2129
|
+
:param pulumi.Input[_builtins.str] networkflowmonitor: Use this to override the default service endpoint URL
|
|
2119
2130
|
:param pulumi.Input[_builtins.str] networkmanager: Use this to override the default service endpoint URL
|
|
2120
2131
|
:param pulumi.Input[_builtins.str] networkmonitor: Use this to override the default service endpoint URL
|
|
2121
2132
|
:param pulumi.Input[_builtins.str] notifications: Use this to override the default service endpoint URL
|
|
2122
2133
|
:param pulumi.Input[_builtins.str] notificationscontacts: Use this to override the default service endpoint URL
|
|
2123
2134
|
:param pulumi.Input[_builtins.str] oam: Use this to override the default service endpoint URL
|
|
2135
|
+
:param pulumi.Input[_builtins.str] observabilityadmin: Use this to override the default service endpoint URL
|
|
2124
2136
|
:param pulumi.Input[_builtins.str] odb: Use this to override the default service endpoint URL
|
|
2125
2137
|
:param pulumi.Input[_builtins.str] opensearch: Use this to override the default service endpoint URL
|
|
2126
2138
|
:param pulumi.Input[_builtins.str] opensearchingestion: Use this to override the default service endpoint URL
|
|
@@ -2618,6 +2630,8 @@ class ProviderEndpointArgs:
|
|
|
2618
2630
|
pulumi.set(__self__, "neptunegraph", neptunegraph)
|
|
2619
2631
|
if networkfirewall is not None:
|
|
2620
2632
|
pulumi.set(__self__, "networkfirewall", networkfirewall)
|
|
2633
|
+
if networkflowmonitor is not None:
|
|
2634
|
+
pulumi.set(__self__, "networkflowmonitor", networkflowmonitor)
|
|
2621
2635
|
if networkmanager is not None:
|
|
2622
2636
|
pulumi.set(__self__, "networkmanager", networkmanager)
|
|
2623
2637
|
if networkmonitor is not None:
|
|
@@ -2628,6 +2642,8 @@ class ProviderEndpointArgs:
|
|
|
2628
2642
|
pulumi.set(__self__, "notificationscontacts", notificationscontacts)
|
|
2629
2643
|
if oam is not None:
|
|
2630
2644
|
pulumi.set(__self__, "oam", oam)
|
|
2645
|
+
if observabilityadmin is not None:
|
|
2646
|
+
pulumi.set(__self__, "observabilityadmin", observabilityadmin)
|
|
2631
2647
|
if odb is not None:
|
|
2632
2648
|
pulumi.set(__self__, "odb", odb)
|
|
2633
2649
|
if opensearch is not None:
|
|
@@ -5213,6 +5229,18 @@ class ProviderEndpointArgs:
|
|
|
5213
5229
|
def networkfirewall(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
5214
5230
|
pulumi.set(self, "networkfirewall", value)
|
|
5215
5231
|
|
|
5232
|
+
@_builtins.property
|
|
5233
|
+
@pulumi.getter
|
|
5234
|
+
def networkflowmonitor(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
5235
|
+
"""
|
|
5236
|
+
Use this to override the default service endpoint URL
|
|
5237
|
+
"""
|
|
5238
|
+
return pulumi.get(self, "networkflowmonitor")
|
|
5239
|
+
|
|
5240
|
+
@networkflowmonitor.setter
|
|
5241
|
+
def networkflowmonitor(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
5242
|
+
pulumi.set(self, "networkflowmonitor", value)
|
|
5243
|
+
|
|
5216
5244
|
@_builtins.property
|
|
5217
5245
|
@pulumi.getter
|
|
5218
5246
|
def networkmanager(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -5273,6 +5301,18 @@ class ProviderEndpointArgs:
|
|
|
5273
5301
|
def oam(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
5274
5302
|
pulumi.set(self, "oam", value)
|
|
5275
5303
|
|
|
5304
|
+
@_builtins.property
|
|
5305
|
+
@pulumi.getter
|
|
5306
|
+
def observabilityadmin(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
5307
|
+
"""
|
|
5308
|
+
Use this to override the default service endpoint URL
|
|
5309
|
+
"""
|
|
5310
|
+
return pulumi.get(self, "observabilityadmin")
|
|
5311
|
+
|
|
5312
|
+
@observabilityadmin.setter
|
|
5313
|
+
def observabilityadmin(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
5314
|
+
pulumi.set(self, "observabilityadmin", value)
|
|
5315
|
+
|
|
5276
5316
|
@_builtins.property
|
|
5277
5317
|
@pulumi.getter
|
|
5278
5318
|
def odb(self) -> Optional[pulumi.Input[_builtins.str]]:
|
pulumi_aws/appstream/_inputs.py
CHANGED
|
@@ -15,6 +15,8 @@ else:
|
|
|
15
15
|
from .. import _utilities
|
|
16
16
|
|
|
17
17
|
__all__ = [
|
|
18
|
+
'DirectoryConfigCertificateBasedAuthPropertiesArgs',
|
|
19
|
+
'DirectoryConfigCertificateBasedAuthPropertiesArgsDict',
|
|
18
20
|
'DirectoryConfigServiceAccountCredentialsArgs',
|
|
19
21
|
'DirectoryConfigServiceAccountCredentialsArgsDict',
|
|
20
22
|
'FleetComputeCapacityArgs',
|
|
@@ -43,6 +45,58 @@ __all__ = [
|
|
|
43
45
|
|
|
44
46
|
MYPY = False
|
|
45
47
|
|
|
48
|
+
if not MYPY:
|
|
49
|
+
class DirectoryConfigCertificateBasedAuthPropertiesArgsDict(TypedDict):
|
|
50
|
+
certificate_authority_arn: NotRequired[pulumi.Input[_builtins.str]]
|
|
51
|
+
"""
|
|
52
|
+
The ARN of the AWS Certificate Manager Private CA resource.
|
|
53
|
+
"""
|
|
54
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
|
55
|
+
"""
|
|
56
|
+
The status of the certificate-based authentication properties. Valid values - ["DISABLED", "ENABLED", "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"].
|
|
57
|
+
"""
|
|
58
|
+
elif False:
|
|
59
|
+
DirectoryConfigCertificateBasedAuthPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
60
|
+
|
|
61
|
+
@pulumi.input_type
|
|
62
|
+
class DirectoryConfigCertificateBasedAuthPropertiesArgs:
|
|
63
|
+
def __init__(__self__, *,
|
|
64
|
+
certificate_authority_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
65
|
+
status: Optional[pulumi.Input[_builtins.str]] = None):
|
|
66
|
+
"""
|
|
67
|
+
:param pulumi.Input[_builtins.str] certificate_authority_arn: The ARN of the AWS Certificate Manager Private CA resource.
|
|
68
|
+
:param pulumi.Input[_builtins.str] status: The status of the certificate-based authentication properties. Valid values - ["DISABLED", "ENABLED", "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"].
|
|
69
|
+
"""
|
|
70
|
+
if certificate_authority_arn is not None:
|
|
71
|
+
pulumi.set(__self__, "certificate_authority_arn", certificate_authority_arn)
|
|
72
|
+
if status is not None:
|
|
73
|
+
pulumi.set(__self__, "status", status)
|
|
74
|
+
|
|
75
|
+
@_builtins.property
|
|
76
|
+
@pulumi.getter(name="certificateAuthorityArn")
|
|
77
|
+
def certificate_authority_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
78
|
+
"""
|
|
79
|
+
The ARN of the AWS Certificate Manager Private CA resource.
|
|
80
|
+
"""
|
|
81
|
+
return pulumi.get(self, "certificate_authority_arn")
|
|
82
|
+
|
|
83
|
+
@certificate_authority_arn.setter
|
|
84
|
+
def certificate_authority_arn(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
85
|
+
pulumi.set(self, "certificate_authority_arn", value)
|
|
86
|
+
|
|
87
|
+
@_builtins.property
|
|
88
|
+
@pulumi.getter
|
|
89
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
90
|
+
"""
|
|
91
|
+
The status of the certificate-based authentication properties. Valid values - ["DISABLED", "ENABLED", "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"].
|
|
92
|
+
"""
|
|
93
|
+
return pulumi.get(self, "status")
|
|
94
|
+
|
|
95
|
+
@status.setter
|
|
96
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
97
|
+
pulumi.set(self, "status", value)
|
|
98
|
+
|
|
99
|
+
|
|
46
100
|
if not MYPY:
|
|
47
101
|
class DirectoryConfigServiceAccountCredentialsArgsDict(TypedDict):
|
|
48
102
|
account_name: pulumi.Input[_builtins.str]
|
|
@@ -24,17 +24,21 @@ class DirectoryConfigArgs:
|
|
|
24
24
|
directory_name: pulumi.Input[_builtins.str],
|
|
25
25
|
organizational_unit_distinguished_names: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
|
|
26
26
|
service_account_credentials: pulumi.Input['DirectoryConfigServiceAccountCredentialsArgs'],
|
|
27
|
+
certificate_based_auth_properties: Optional[pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs']] = None,
|
|
27
28
|
region: Optional[pulumi.Input[_builtins.str]] = None):
|
|
28
29
|
"""
|
|
29
30
|
The set of arguments for constructing a DirectoryConfig resource.
|
|
30
31
|
:param pulumi.Input[_builtins.str] directory_name: Fully qualified name of the directory.
|
|
31
32
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] organizational_unit_distinguished_names: Distinguished names of the organizational units for computer accounts.
|
|
32
33
|
:param pulumi.Input['DirectoryConfigServiceAccountCredentialsArgs'] service_account_credentials: Configuration block for the name of the directory and organizational unit (OU) to use to join the directory config to a Microsoft Active Directory domain. See `service_account_credentials` below.
|
|
34
|
+
:param pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs'] certificate_based_auth_properties: Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
33
35
|
:param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
34
36
|
"""
|
|
35
37
|
pulumi.set(__self__, "directory_name", directory_name)
|
|
36
38
|
pulumi.set(__self__, "organizational_unit_distinguished_names", organizational_unit_distinguished_names)
|
|
37
39
|
pulumi.set(__self__, "service_account_credentials", service_account_credentials)
|
|
40
|
+
if certificate_based_auth_properties is not None:
|
|
41
|
+
pulumi.set(__self__, "certificate_based_auth_properties", certificate_based_auth_properties)
|
|
38
42
|
if region is not None:
|
|
39
43
|
pulumi.set(__self__, "region", region)
|
|
40
44
|
|
|
@@ -74,6 +78,18 @@ class DirectoryConfigArgs:
|
|
|
74
78
|
def service_account_credentials(self, value: pulumi.Input['DirectoryConfigServiceAccountCredentialsArgs']):
|
|
75
79
|
pulumi.set(self, "service_account_credentials", value)
|
|
76
80
|
|
|
81
|
+
@_builtins.property
|
|
82
|
+
@pulumi.getter(name="certificateBasedAuthProperties")
|
|
83
|
+
def certificate_based_auth_properties(self) -> Optional[pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs']]:
|
|
84
|
+
"""
|
|
85
|
+
Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "certificate_based_auth_properties")
|
|
88
|
+
|
|
89
|
+
@certificate_based_auth_properties.setter
|
|
90
|
+
def certificate_based_auth_properties(self, value: Optional[pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs']]):
|
|
91
|
+
pulumi.set(self, "certificate_based_auth_properties", value)
|
|
92
|
+
|
|
77
93
|
@_builtins.property
|
|
78
94
|
@pulumi.getter
|
|
79
95
|
def region(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -90,6 +106,7 @@ class DirectoryConfigArgs:
|
|
|
90
106
|
@pulumi.input_type
|
|
91
107
|
class _DirectoryConfigState:
|
|
92
108
|
def __init__(__self__, *,
|
|
109
|
+
certificate_based_auth_properties: Optional[pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs']] = None,
|
|
93
110
|
created_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
94
111
|
directory_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
95
112
|
organizational_unit_distinguished_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -97,12 +114,15 @@ class _DirectoryConfigState:
|
|
|
97
114
|
service_account_credentials: Optional[pulumi.Input['DirectoryConfigServiceAccountCredentialsArgs']] = None):
|
|
98
115
|
"""
|
|
99
116
|
Input properties used for looking up and filtering DirectoryConfig resources.
|
|
117
|
+
:param pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs'] certificate_based_auth_properties: Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
100
118
|
:param pulumi.Input[_builtins.str] created_time: Date and time, in UTC and extended RFC 3339 format, when the directory config was created.
|
|
101
119
|
:param pulumi.Input[_builtins.str] directory_name: Fully qualified name of the directory.
|
|
102
120
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] organizational_unit_distinguished_names: Distinguished names of the organizational units for computer accounts.
|
|
103
121
|
:param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
104
122
|
:param pulumi.Input['DirectoryConfigServiceAccountCredentialsArgs'] service_account_credentials: Configuration block for the name of the directory and organizational unit (OU) to use to join the directory config to a Microsoft Active Directory domain. See `service_account_credentials` below.
|
|
105
123
|
"""
|
|
124
|
+
if certificate_based_auth_properties is not None:
|
|
125
|
+
pulumi.set(__self__, "certificate_based_auth_properties", certificate_based_auth_properties)
|
|
106
126
|
if created_time is not None:
|
|
107
127
|
pulumi.set(__self__, "created_time", created_time)
|
|
108
128
|
if directory_name is not None:
|
|
@@ -114,6 +134,18 @@ class _DirectoryConfigState:
|
|
|
114
134
|
if service_account_credentials is not None:
|
|
115
135
|
pulumi.set(__self__, "service_account_credentials", service_account_credentials)
|
|
116
136
|
|
|
137
|
+
@_builtins.property
|
|
138
|
+
@pulumi.getter(name="certificateBasedAuthProperties")
|
|
139
|
+
def certificate_based_auth_properties(self) -> Optional[pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs']]:
|
|
140
|
+
"""
|
|
141
|
+
Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
142
|
+
"""
|
|
143
|
+
return pulumi.get(self, "certificate_based_auth_properties")
|
|
144
|
+
|
|
145
|
+
@certificate_based_auth_properties.setter
|
|
146
|
+
def certificate_based_auth_properties(self, value: Optional[pulumi.Input['DirectoryConfigCertificateBasedAuthPropertiesArgs']]):
|
|
147
|
+
pulumi.set(self, "certificate_based_auth_properties", value)
|
|
148
|
+
|
|
117
149
|
@_builtins.property
|
|
118
150
|
@pulumi.getter(name="createdTime")
|
|
119
151
|
def created_time(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -181,6 +213,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
181
213
|
def __init__(__self__,
|
|
182
214
|
resource_name: str,
|
|
183
215
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
216
|
+
certificate_based_auth_properties: Optional[pulumi.Input[Union['DirectoryConfigCertificateBasedAuthPropertiesArgs', 'DirectoryConfigCertificateBasedAuthPropertiesArgsDict']]] = None,
|
|
184
217
|
directory_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
185
218
|
organizational_unit_distinguished_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
186
219
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -201,6 +234,10 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
201
234
|
service_account_credentials={
|
|
202
235
|
"account_name": "NAME OF ACCOUNT",
|
|
203
236
|
"account_password": "PASSWORD OF ACCOUNT",
|
|
237
|
+
},
|
|
238
|
+
certificate_based_auth_properties={
|
|
239
|
+
"certificate_authority_arn": "ARN OF CERTIFICATE AUTHORITY",
|
|
240
|
+
"status": "STATUS OF CERTIFICATE BASED AUTHENTICATION",
|
|
204
241
|
})
|
|
205
242
|
```
|
|
206
243
|
|
|
@@ -214,6 +251,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
214
251
|
|
|
215
252
|
:param str resource_name: The name of the resource.
|
|
216
253
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
254
|
+
:param pulumi.Input[Union['DirectoryConfigCertificateBasedAuthPropertiesArgs', 'DirectoryConfigCertificateBasedAuthPropertiesArgsDict']] certificate_based_auth_properties: Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
217
255
|
:param pulumi.Input[_builtins.str] directory_name: Fully qualified name of the directory.
|
|
218
256
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] organizational_unit_distinguished_names: Distinguished names of the organizational units for computer accounts.
|
|
219
257
|
:param pulumi.Input[_builtins.str] region: Region where this resource will be [managed](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints). Defaults to the Region set in the provider configuration.
|
|
@@ -240,6 +278,10 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
240
278
|
service_account_credentials={
|
|
241
279
|
"account_name": "NAME OF ACCOUNT",
|
|
242
280
|
"account_password": "PASSWORD OF ACCOUNT",
|
|
281
|
+
},
|
|
282
|
+
certificate_based_auth_properties={
|
|
283
|
+
"certificate_authority_arn": "ARN OF CERTIFICATE AUTHORITY",
|
|
284
|
+
"status": "STATUS OF CERTIFICATE BASED AUTHENTICATION",
|
|
243
285
|
})
|
|
244
286
|
```
|
|
245
287
|
|
|
@@ -266,6 +308,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
266
308
|
def _internal_init(__self__,
|
|
267
309
|
resource_name: str,
|
|
268
310
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
311
|
+
certificate_based_auth_properties: Optional[pulumi.Input[Union['DirectoryConfigCertificateBasedAuthPropertiesArgs', 'DirectoryConfigCertificateBasedAuthPropertiesArgsDict']]] = None,
|
|
269
312
|
directory_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
270
313
|
organizational_unit_distinguished_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
271
314
|
region: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -279,6 +322,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
279
322
|
raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
|
|
280
323
|
__props__ = DirectoryConfigArgs.__new__(DirectoryConfigArgs)
|
|
281
324
|
|
|
325
|
+
__props__.__dict__["certificate_based_auth_properties"] = certificate_based_auth_properties
|
|
282
326
|
if directory_name is None and not opts.urn:
|
|
283
327
|
raise TypeError("Missing required property 'directory_name'")
|
|
284
328
|
__props__.__dict__["directory_name"] = directory_name
|
|
@@ -300,6 +344,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
300
344
|
def get(resource_name: str,
|
|
301
345
|
id: pulumi.Input[str],
|
|
302
346
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
347
|
+
certificate_based_auth_properties: Optional[pulumi.Input[Union['DirectoryConfigCertificateBasedAuthPropertiesArgs', 'DirectoryConfigCertificateBasedAuthPropertiesArgsDict']]] = None,
|
|
303
348
|
created_time: Optional[pulumi.Input[_builtins.str]] = None,
|
|
304
349
|
directory_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
305
350
|
organizational_unit_distinguished_names: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -312,6 +357,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
312
357
|
:param str resource_name: The unique name of the resulting resource.
|
|
313
358
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
314
359
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
360
|
+
:param pulumi.Input[Union['DirectoryConfigCertificateBasedAuthPropertiesArgs', 'DirectoryConfigCertificateBasedAuthPropertiesArgsDict']] certificate_based_auth_properties: Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
315
361
|
:param pulumi.Input[_builtins.str] created_time: Date and time, in UTC and extended RFC 3339 format, when the directory config was created.
|
|
316
362
|
:param pulumi.Input[_builtins.str] directory_name: Fully qualified name of the directory.
|
|
317
363
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] organizational_unit_distinguished_names: Distinguished names of the organizational units for computer accounts.
|
|
@@ -322,6 +368,7 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
322
368
|
|
|
323
369
|
__props__ = _DirectoryConfigState.__new__(_DirectoryConfigState)
|
|
324
370
|
|
|
371
|
+
__props__.__dict__["certificate_based_auth_properties"] = certificate_based_auth_properties
|
|
325
372
|
__props__.__dict__["created_time"] = created_time
|
|
326
373
|
__props__.__dict__["directory_name"] = directory_name
|
|
327
374
|
__props__.__dict__["organizational_unit_distinguished_names"] = organizational_unit_distinguished_names
|
|
@@ -329,6 +376,14 @@ class DirectoryConfig(pulumi.CustomResource):
|
|
|
329
376
|
__props__.__dict__["service_account_credentials"] = service_account_credentials
|
|
330
377
|
return DirectoryConfig(resource_name, opts=opts, __props__=__props__)
|
|
331
378
|
|
|
379
|
+
@_builtins.property
|
|
380
|
+
@pulumi.getter(name="certificateBasedAuthProperties")
|
|
381
|
+
def certificate_based_auth_properties(self) -> pulumi.Output[Optional['outputs.DirectoryConfigCertificateBasedAuthProperties']]:
|
|
382
|
+
"""
|
|
383
|
+
Configuration block for the certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances. See `certificate_based_auth_properties` below.
|
|
384
|
+
"""
|
|
385
|
+
return pulumi.get(self, "certificate_based_auth_properties")
|
|
386
|
+
|
|
332
387
|
@_builtins.property
|
|
333
388
|
@pulumi.getter(name="createdTime")
|
|
334
389
|
def created_time(self) -> pulumi.Output[_builtins.str]:
|
pulumi_aws/appstream/outputs.py
CHANGED
|
@@ -16,6 +16,7 @@ from .. import _utilities
|
|
|
16
16
|
from . import outputs
|
|
17
17
|
|
|
18
18
|
__all__ = [
|
|
19
|
+
'DirectoryConfigCertificateBasedAuthProperties',
|
|
19
20
|
'DirectoryConfigServiceAccountCredentials',
|
|
20
21
|
'FleetComputeCapacity',
|
|
21
22
|
'FleetDomainJoinInfo',
|
|
@@ -34,6 +35,54 @@ __all__ = [
|
|
|
34
35
|
'GetImageStateChangeReasonResult',
|
|
35
36
|
]
|
|
36
37
|
|
|
38
|
+
@pulumi.output_type
|
|
39
|
+
class DirectoryConfigCertificateBasedAuthProperties(dict):
|
|
40
|
+
@staticmethod
|
|
41
|
+
def __key_warning(key: str):
|
|
42
|
+
suggest = None
|
|
43
|
+
if key == "certificateAuthorityArn":
|
|
44
|
+
suggest = "certificate_authority_arn"
|
|
45
|
+
|
|
46
|
+
if suggest:
|
|
47
|
+
pulumi.log.warn(f"Key '{key}' not found in DirectoryConfigCertificateBasedAuthProperties. Access the value via the '{suggest}' property getter instead.")
|
|
48
|
+
|
|
49
|
+
def __getitem__(self, key: str) -> Any:
|
|
50
|
+
DirectoryConfigCertificateBasedAuthProperties.__key_warning(key)
|
|
51
|
+
return super().__getitem__(key)
|
|
52
|
+
|
|
53
|
+
def get(self, key: str, default = None) -> Any:
|
|
54
|
+
DirectoryConfigCertificateBasedAuthProperties.__key_warning(key)
|
|
55
|
+
return super().get(key, default)
|
|
56
|
+
|
|
57
|
+
def __init__(__self__, *,
|
|
58
|
+
certificate_authority_arn: Optional[_builtins.str] = None,
|
|
59
|
+
status: Optional[_builtins.str] = None):
|
|
60
|
+
"""
|
|
61
|
+
:param _builtins.str certificate_authority_arn: The ARN of the AWS Certificate Manager Private CA resource.
|
|
62
|
+
:param _builtins.str status: The status of the certificate-based authentication properties. Valid values - ["DISABLED", "ENABLED", "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"].
|
|
63
|
+
"""
|
|
64
|
+
if certificate_authority_arn is not None:
|
|
65
|
+
pulumi.set(__self__, "certificate_authority_arn", certificate_authority_arn)
|
|
66
|
+
if status is not None:
|
|
67
|
+
pulumi.set(__self__, "status", status)
|
|
68
|
+
|
|
69
|
+
@_builtins.property
|
|
70
|
+
@pulumi.getter(name="certificateAuthorityArn")
|
|
71
|
+
def certificate_authority_arn(self) -> Optional[_builtins.str]:
|
|
72
|
+
"""
|
|
73
|
+
The ARN of the AWS Certificate Manager Private CA resource.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "certificate_authority_arn")
|
|
76
|
+
|
|
77
|
+
@_builtins.property
|
|
78
|
+
@pulumi.getter
|
|
79
|
+
def status(self) -> Optional[_builtins.str]:
|
|
80
|
+
"""
|
|
81
|
+
The status of the certificate-based authentication properties. Valid values - ["DISABLED", "ENABLED", "ENABLED_NO_DIRECTORY_LOGIN_FALLBACK"].
|
|
82
|
+
"""
|
|
83
|
+
return pulumi.get(self, "status")
|
|
84
|
+
|
|
85
|
+
|
|
37
86
|
@pulumi.output_type
|
|
38
87
|
class DirectoryConfigServiceAccountCredentials(dict):
|
|
39
88
|
@staticmethod
|
pulumi_aws/bedrock/__init__.py
CHANGED
|
@@ -22,6 +22,11 @@ from .agentcore_browser import *
|
|
|
22
22
|
from .agentcore_code_interpreter import *
|
|
23
23
|
from .agentcore_gateway import *
|
|
24
24
|
from .agentcore_gateway_target import *
|
|
25
|
+
from .agentcore_memory import *
|
|
26
|
+
from .agentcore_memory_strategy import *
|
|
27
|
+
from .agentcore_oauth2_credential_provider import *
|
|
28
|
+
from .agentcore_token_vault_cmk import *
|
|
29
|
+
from .agentcore_workload_identity import *
|
|
25
30
|
from .custom_model import *
|
|
26
31
|
from .get_agent_agent_versions import *
|
|
27
32
|
from .get_custom_model import *
|