aws-cdk-lib 2.178.2__py3-none-any.whl → 2.180.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.
Potentially problematic release.
This version of aws-cdk-lib might be problematic. Click here for more details.
- aws_cdk/__init__.py +83 -41
- aws_cdk/_jsii/__init__.py +1 -2
- aws_cdk/_jsii/{aws-cdk-lib@2.178.2.jsii.tgz → aws-cdk-lib@2.180.0.jsii.tgz} +0 -0
- aws_cdk/aws_acmpca/__init__.py +47 -0
- aws_cdk/aws_apigateway/__init__.py +176 -35
- aws_cdk/aws_apigatewayv2/__init__.py +151 -32
- aws_cdk/aws_apigatewayv2_integrations/__init__.py +348 -0
- aws_cdk/aws_applicationautoscaling/__init__.py +8 -8
- aws_cdk/aws_appsync/__init__.py +10 -7
- aws_cdk/aws_backup/__init__.py +89 -0
- aws_cdk/aws_batch/__init__.py +89 -50
- aws_cdk/aws_bedrock/__init__.py +506 -62
- aws_cdk/aws_cloudfront/__init__.py +1037 -146
- aws_cdk/aws_cloudfront_origins/__init__.py +1338 -144
- aws_cdk/aws_cloudtrail/__init__.py +4 -8
- aws_cdk/aws_cloudwatch/__init__.py +1 -1
- aws_cdk/aws_codebuild/__init__.py +218 -2
- aws_cdk/aws_codepipeline/__init__.py +113 -28
- aws_cdk/aws_codepipeline_actions/__init__.py +554 -63
- aws_cdk/aws_codestar/__init__.py +2 -1
- aws_cdk/aws_cognito/__init__.py +676 -29
- aws_cdk/aws_connect/__init__.py +257 -0
- aws_cdk/aws_datasync/__init__.py +279 -50
- aws_cdk/aws_deadline/__init__.py +683 -6
- aws_cdk/aws_directoryservice/__init__.py +9 -4
- aws_cdk/aws_dlm/__init__.py +2 -2
- aws_cdk/aws_dms/__init__.py +3 -3
- aws_cdk/aws_dynamodb/__init__.py +0 -54
- aws_cdk/aws_ec2/__init__.py +402 -130
- aws_cdk/aws_ecs/__init__.py +28 -43
- aws_cdk/aws_efs/__init__.py +1 -1
- aws_cdk/aws_eks/__init__.py +560 -182
- aws_cdk/aws_elasticloadbalancingv2/__init__.py +112 -27
- aws_cdk/aws_emrcontainers/__init__.py +44 -1
- aws_cdk/aws_events/__init__.py +17 -26
- aws_cdk/aws_events_targets/__init__.py +303 -16
- aws_cdk/aws_fms/__init__.py +5 -5
- aws_cdk/aws_fsx/__init__.py +5 -4
- aws_cdk/aws_glue/__init__.py +161 -0
- aws_cdk/aws_groundstation/__init__.py +23 -1
- aws_cdk/aws_iam/__init__.py +15 -15
- aws_cdk/aws_iot/__init__.py +7 -0
- aws_cdk/aws_ivs/__init__.py +254 -77
- aws_cdk/aws_kinesis/__init__.py +689 -35
- aws_cdk/aws_lambda/__init__.py +10 -15
- aws_cdk/aws_lambda_event_sources/__init__.py +175 -2
- aws_cdk/aws_logs/__init__.py +62 -13
- aws_cdk/aws_medialive/__init__.py +314 -4
- aws_cdk/aws_opensearchserverless/__init__.py +19 -0
- aws_cdk/aws_pinpoint/__init__.py +14 -9
- aws_cdk/aws_rds/__init__.py +246 -82
- aws_cdk/aws_s3/__init__.py +287 -9
- aws_cdk/aws_s3objectlambda/__init__.py +2 -2
- aws_cdk/aws_ses/__init__.py +228 -8
- aws_cdk/aws_ssm/__init__.py +4 -5
- aws_cdk/aws_stepfunctions/__init__.py +301 -70
- aws_cdk/aws_stepfunctions_tasks/__init__.py +269 -163
- aws_cdk/aws_supportapp/__init__.py +7 -7
- aws_cdk/aws_transfer/__init__.py +820 -2
- aws_cdk/aws_wafv2/__init__.py +17 -9
- aws_cdk/custom_resources/__init__.py +23 -26
- aws_cdk/cx_api/__init__.py +16 -0
- aws_cdk/pipelines/__init__.py +2 -2
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/METADATA +1 -2
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/RECORD +69 -70
- aws_cdk/lambda_layer_kubectl/__init__.py +0 -107
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/LICENSE +0 -0
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/NOTICE +0 -0
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/WHEEL +0 -0
- {aws_cdk_lib-2.178.2.dist-info → aws_cdk_lib-2.180.0.dist-info}/top_level.txt +0 -0
aws_cdk/aws_datasync/__init__.py
CHANGED
|
@@ -5630,7 +5630,7 @@ class CfnLocationSMB(
|
|
|
5630
5630
|
metaclass=jsii.JSIIMeta,
|
|
5631
5631
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationSMB",
|
|
5632
5632
|
):
|
|
5633
|
-
'''The ``AWS::DataSync::LocationSMB`` resource specifies a Server Message Block (SMB) location.
|
|
5633
|
+
'''The ``AWS::DataSync::LocationSMB`` resource specifies a Server Message Block (SMB) location that AWS DataSync can use as a transfer source or destination.
|
|
5634
5634
|
|
|
5635
5635
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html
|
|
5636
5636
|
:cloudformationResource: AWS::DataSync::LocationSMB
|
|
@@ -5644,10 +5644,14 @@ class CfnLocationSMB(
|
|
|
5644
5644
|
|
|
5645
5645
|
cfn_location_sMB = datasync.CfnLocationSMB(self, "MyCfnLocationSMB",
|
|
5646
5646
|
agent_arns=["agentArns"],
|
|
5647
|
-
user="user",
|
|
5648
5647
|
|
|
5649
5648
|
# the properties below are optional
|
|
5649
|
+
authentication_type="authenticationType",
|
|
5650
|
+
dns_ip_addresses=["dnsIpAddresses"],
|
|
5650
5651
|
domain="domain",
|
|
5652
|
+
kerberos_keytab="kerberosKeytab",
|
|
5653
|
+
kerberos_krb5_conf="kerberosKrb5Conf",
|
|
5654
|
+
kerberos_principal="kerberosPrincipal",
|
|
5651
5655
|
mount_options=datasync.CfnLocationSMB.MountOptionsProperty(
|
|
5652
5656
|
version="version"
|
|
5653
5657
|
),
|
|
@@ -5657,7 +5661,8 @@ class CfnLocationSMB(
|
|
|
5657
5661
|
tags=[CfnTag(
|
|
5658
5662
|
key="key",
|
|
5659
5663
|
value="value"
|
|
5660
|
-
)]
|
|
5664
|
+
)],
|
|
5665
|
+
user="user"
|
|
5661
5666
|
)
|
|
5662
5667
|
'''
|
|
5663
5668
|
|
|
@@ -5667,25 +5672,35 @@ class CfnLocationSMB(
|
|
|
5667
5672
|
id: builtins.str,
|
|
5668
5673
|
*,
|
|
5669
5674
|
agent_arns: typing.Sequence[builtins.str],
|
|
5670
|
-
|
|
5675
|
+
authentication_type: typing.Optional[builtins.str] = None,
|
|
5676
|
+
dns_ip_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5671
5677
|
domain: typing.Optional[builtins.str] = None,
|
|
5678
|
+
kerberos_keytab: typing.Optional[builtins.str] = None,
|
|
5679
|
+
kerberos_krb5_conf: typing.Optional[builtins.str] = None,
|
|
5680
|
+
kerberos_principal: typing.Optional[builtins.str] = None,
|
|
5672
5681
|
mount_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union["CfnLocationSMB.MountOptionsProperty", typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5673
5682
|
password: typing.Optional[builtins.str] = None,
|
|
5674
5683
|
server_hostname: typing.Optional[builtins.str] = None,
|
|
5675
5684
|
subdirectory: typing.Optional[builtins.str] = None,
|
|
5676
5685
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5686
|
+
user: typing.Optional[builtins.str] = None,
|
|
5677
5687
|
) -> None:
|
|
5678
5688
|
'''
|
|
5679
5689
|
:param scope: Scope in which this resource is defined.
|
|
5680
5690
|
:param id: Construct identifier for this resource (unique in its scope).
|
|
5681
|
-
:param agent_arns:
|
|
5682
|
-
:param
|
|
5691
|
+
:param agent_arns: Specifies the DataSync agent (or agents) that can connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
|
|
5692
|
+
:param authentication_type: Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports ``NTLM`` (default) and ``KERBEROS`` authentication. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
5693
|
+
:param dns_ip_addresses: Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``KERBEROS`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
|
|
5683
5694
|
:param domain: Specifies the Windows domain name that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
|
|
5695
|
+
:param kerberos_keytab: Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys. The file must be base64 encoded. To avoid task execution errors, make sure that the Kerberos principal that you use to create the keytab file matches exactly what you specify for ``KerberosPrincipal`` .
|
|
5696
|
+
:param kerberos_krb5_conf: Specifies a Kerberos configuration file ( ``krb5.conf`` ) that defines your Kerberos realm configuration. The file must be base64 encoded.
|
|
5697
|
+
:param kerberos_principal: Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server. A Kerberos principal might look like ``HOST/kerberosuser@MYDOMAIN.ORG`` . Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.
|
|
5684
5698
|
:param mount_options: Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
|
5685
|
-
:param password:
|
|
5699
|
+
:param password: Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
|
|
5686
5700
|
:param server_hostname: Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount. Remember the following when configuring this parameter: - You can't specify an IP version 6 (IPv6) address. - If you're using Kerberos authentication, you must specify a domain name.
|
|
5687
|
-
:param subdirectory:
|
|
5701
|
+
:param subdirectory: Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, ``/path/to/subdirectory`` ). Make sure that other SMB clients in your network can also mount this path. To copy all data in the subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
5688
5702
|
:param tags: Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.
|
|
5703
|
+
:param user: Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . For information about choosing a user with the right level of access for your transfer, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
5689
5704
|
'''
|
|
5690
5705
|
if __debug__:
|
|
5691
5706
|
type_hints = typing.get_type_hints(_typecheckingstub__bafa6101408857d4661895c88a8c9839da8768aa52e07d3f2889a4f27c1cab7d)
|
|
@@ -5693,13 +5708,18 @@ class CfnLocationSMB(
|
|
|
5693
5708
|
check_type(argname="argument id", value=id, expected_type=type_hints["id"])
|
|
5694
5709
|
props = CfnLocationSMBProps(
|
|
5695
5710
|
agent_arns=agent_arns,
|
|
5696
|
-
|
|
5711
|
+
authentication_type=authentication_type,
|
|
5712
|
+
dns_ip_addresses=dns_ip_addresses,
|
|
5697
5713
|
domain=domain,
|
|
5714
|
+
kerberos_keytab=kerberos_keytab,
|
|
5715
|
+
kerberos_krb5_conf=kerberos_krb5_conf,
|
|
5716
|
+
kerberos_principal=kerberos_principal,
|
|
5698
5717
|
mount_options=mount_options,
|
|
5699
5718
|
password=password,
|
|
5700
5719
|
server_hostname=server_hostname,
|
|
5701
5720
|
subdirectory=subdirectory,
|
|
5702
5721
|
tags=tags,
|
|
5722
|
+
user=user,
|
|
5703
5723
|
)
|
|
5704
5724
|
|
|
5705
5725
|
jsii.create(self.__class__, self, [scope, id, props])
|
|
@@ -5737,7 +5757,7 @@ class CfnLocationSMB(
|
|
|
5737
5757
|
@builtins.property
|
|
5738
5758
|
@jsii.member(jsii_name="attrLocationArn")
|
|
5739
5759
|
def attr_location_arn(self) -> builtins.str:
|
|
5740
|
-
'''The Amazon Resource Name (ARN) of the specified SMB
|
|
5760
|
+
'''The Amazon Resource Name (ARN) of the specified SMB location.
|
|
5741
5761
|
|
|
5742
5762
|
:cloudformationAttribute: LocationArn
|
|
5743
5763
|
'''
|
|
@@ -5766,7 +5786,7 @@ class CfnLocationSMB(
|
|
|
5766
5786
|
@builtins.property
|
|
5767
5787
|
@jsii.member(jsii_name="agentArns")
|
|
5768
5788
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
5769
|
-
'''
|
|
5789
|
+
'''Specifies the DataSync agent (or agents) that can connect to your SMB file server.'''
|
|
5770
5790
|
return typing.cast(typing.List[builtins.str], jsii.get(self, "agentArns"))
|
|
5771
5791
|
|
|
5772
5792
|
@agent_arns.setter
|
|
@@ -5777,17 +5797,33 @@ class CfnLocationSMB(
|
|
|
5777
5797
|
jsii.set(self, "agentArns", value) # pyright: ignore[reportArgumentType]
|
|
5778
5798
|
|
|
5779
5799
|
@builtins.property
|
|
5780
|
-
@jsii.member(jsii_name="
|
|
5781
|
-
def
|
|
5782
|
-
'''
|
|
5783
|
-
return typing.cast(builtins.str, jsii.get(self, "
|
|
5800
|
+
@jsii.member(jsii_name="authenticationType")
|
|
5801
|
+
def authentication_type(self) -> typing.Optional[builtins.str]:
|
|
5802
|
+
'''Specifies the authentication protocol that DataSync uses to connect to your SMB file server.'''
|
|
5803
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "authenticationType"))
|
|
5784
5804
|
|
|
5785
|
-
@
|
|
5786
|
-
def
|
|
5805
|
+
@authentication_type.setter
|
|
5806
|
+
def authentication_type(self, value: typing.Optional[builtins.str]) -> None:
|
|
5787
5807
|
if __debug__:
|
|
5788
|
-
type_hints = typing.get_type_hints(
|
|
5808
|
+
type_hints = typing.get_type_hints(_typecheckingstub__35de39b9b573d0d6146fa84be08e6a3a14ff5e9ece5535c93fc8af130af7e7ec)
|
|
5789
5809
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5790
|
-
jsii.set(self, "
|
|
5810
|
+
jsii.set(self, "authenticationType", value) # pyright: ignore[reportArgumentType]
|
|
5811
|
+
|
|
5812
|
+
@builtins.property
|
|
5813
|
+
@jsii.member(jsii_name="dnsIpAddresses")
|
|
5814
|
+
def dns_ip_addresses(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
5815
|
+
'''Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to.'''
|
|
5816
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], jsii.get(self, "dnsIpAddresses"))
|
|
5817
|
+
|
|
5818
|
+
@dns_ip_addresses.setter
|
|
5819
|
+
def dns_ip_addresses(
|
|
5820
|
+
self,
|
|
5821
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
5822
|
+
) -> None:
|
|
5823
|
+
if __debug__:
|
|
5824
|
+
type_hints = typing.get_type_hints(_typecheckingstub__dc011a04f6ce95bde8af4cc9451501d73cdf7696b6089617c22a1d8aa112d7be)
|
|
5825
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5826
|
+
jsii.set(self, "dnsIpAddresses", value) # pyright: ignore[reportArgumentType]
|
|
5791
5827
|
|
|
5792
5828
|
@builtins.property
|
|
5793
5829
|
@jsii.member(jsii_name="domain")
|
|
@@ -5802,6 +5838,45 @@ class CfnLocationSMB(
|
|
|
5802
5838
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5803
5839
|
jsii.set(self, "domain", value) # pyright: ignore[reportArgumentType]
|
|
5804
5840
|
|
|
5841
|
+
@builtins.property
|
|
5842
|
+
@jsii.member(jsii_name="kerberosKeytab")
|
|
5843
|
+
def kerberos_keytab(self) -> typing.Optional[builtins.str]:
|
|
5844
|
+
'''Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys.'''
|
|
5845
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kerberosKeytab"))
|
|
5846
|
+
|
|
5847
|
+
@kerberos_keytab.setter
|
|
5848
|
+
def kerberos_keytab(self, value: typing.Optional[builtins.str]) -> None:
|
|
5849
|
+
if __debug__:
|
|
5850
|
+
type_hints = typing.get_type_hints(_typecheckingstub__74fc190fdc2f31d122e3c45cd869d31a306df6776a8caddf1830167f3214debc)
|
|
5851
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5852
|
+
jsii.set(self, "kerberosKeytab", value) # pyright: ignore[reportArgumentType]
|
|
5853
|
+
|
|
5854
|
+
@builtins.property
|
|
5855
|
+
@jsii.member(jsii_name="kerberosKrb5Conf")
|
|
5856
|
+
def kerberos_krb5_conf(self) -> typing.Optional[builtins.str]:
|
|
5857
|
+
'''Specifies a Kerberos configuration file ( ``krb5.conf`` ) that defines your Kerberos realm configuration.'''
|
|
5858
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kerberosKrb5Conf"))
|
|
5859
|
+
|
|
5860
|
+
@kerberos_krb5_conf.setter
|
|
5861
|
+
def kerberos_krb5_conf(self, value: typing.Optional[builtins.str]) -> None:
|
|
5862
|
+
if __debug__:
|
|
5863
|
+
type_hints = typing.get_type_hints(_typecheckingstub__d1e34017ad54f22c713305b9e5355f32b709250ee9d89bf9ddd5651db6262fe3)
|
|
5864
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5865
|
+
jsii.set(self, "kerberosKrb5Conf", value) # pyright: ignore[reportArgumentType]
|
|
5866
|
+
|
|
5867
|
+
@builtins.property
|
|
5868
|
+
@jsii.member(jsii_name="kerberosPrincipal")
|
|
5869
|
+
def kerberos_principal(self) -> typing.Optional[builtins.str]:
|
|
5870
|
+
'''Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.'''
|
|
5871
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "kerberosPrincipal"))
|
|
5872
|
+
|
|
5873
|
+
@kerberos_principal.setter
|
|
5874
|
+
def kerberos_principal(self, value: typing.Optional[builtins.str]) -> None:
|
|
5875
|
+
if __debug__:
|
|
5876
|
+
type_hints = typing.get_type_hints(_typecheckingstub__71a591aeeba7a3256f1ac811d47472f85fdd97df1cc6aa28a4e2da297f073aa8)
|
|
5877
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5878
|
+
jsii.set(self, "kerberosPrincipal", value) # pyright: ignore[reportArgumentType]
|
|
5879
|
+
|
|
5805
5880
|
@builtins.property
|
|
5806
5881
|
@jsii.member(jsii_name="mountOptions")
|
|
5807
5882
|
def mount_options(
|
|
@@ -5823,7 +5898,7 @@ class CfnLocationSMB(
|
|
|
5823
5898
|
@builtins.property
|
|
5824
5899
|
@jsii.member(jsii_name="password")
|
|
5825
5900
|
def password(self) -> typing.Optional[builtins.str]:
|
|
5826
|
-
'''
|
|
5901
|
+
'''Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer.'''
|
|
5827
5902
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "password"))
|
|
5828
5903
|
|
|
5829
5904
|
@password.setter
|
|
@@ -5849,7 +5924,7 @@ class CfnLocationSMB(
|
|
|
5849
5924
|
@builtins.property
|
|
5850
5925
|
@jsii.member(jsii_name="subdirectory")
|
|
5851
5926
|
def subdirectory(self) -> typing.Optional[builtins.str]:
|
|
5852
|
-
'''
|
|
5927
|
+
'''Specifies the name of the share exported by your SMB file server where DataSync will read or write data.'''
|
|
5853
5928
|
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "subdirectory"))
|
|
5854
5929
|
|
|
5855
5930
|
@subdirectory.setter
|
|
@@ -5872,6 +5947,19 @@ class CfnLocationSMB(
|
|
|
5872
5947
|
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5873
5948
|
jsii.set(self, "tagsRaw", value) # pyright: ignore[reportArgumentType]
|
|
5874
5949
|
|
|
5950
|
+
@builtins.property
|
|
5951
|
+
@jsii.member(jsii_name="user")
|
|
5952
|
+
def user(self) -> typing.Optional[builtins.str]:
|
|
5953
|
+
'''Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server.'''
|
|
5954
|
+
return typing.cast(typing.Optional[builtins.str], jsii.get(self, "user"))
|
|
5955
|
+
|
|
5956
|
+
@user.setter
|
|
5957
|
+
def user(self, value: typing.Optional[builtins.str]) -> None:
|
|
5958
|
+
if __debug__:
|
|
5959
|
+
type_hints = typing.get_type_hints(_typecheckingstub__9112e8b177e52fbd055f221015988972f906f8c7291b4a1992bb1656cd033faa)
|
|
5960
|
+
check_type(argname="argument value", value=value, expected_type=type_hints["value"])
|
|
5961
|
+
jsii.set(self, "user", value) # pyright: ignore[reportArgumentType]
|
|
5962
|
+
|
|
5875
5963
|
@jsii.data_type(
|
|
5876
5964
|
jsii_type="aws-cdk-lib.aws_datasync.CfnLocationSMB.MountOptionsProperty",
|
|
5877
5965
|
jsii_struct_bases=[],
|
|
@@ -5946,13 +6034,18 @@ class CfnLocationSMB(
|
|
|
5946
6034
|
jsii_struct_bases=[],
|
|
5947
6035
|
name_mapping={
|
|
5948
6036
|
"agent_arns": "agentArns",
|
|
5949
|
-
"
|
|
6037
|
+
"authentication_type": "authenticationType",
|
|
6038
|
+
"dns_ip_addresses": "dnsIpAddresses",
|
|
5950
6039
|
"domain": "domain",
|
|
6040
|
+
"kerberos_keytab": "kerberosKeytab",
|
|
6041
|
+
"kerberos_krb5_conf": "kerberosKrb5Conf",
|
|
6042
|
+
"kerberos_principal": "kerberosPrincipal",
|
|
5951
6043
|
"mount_options": "mountOptions",
|
|
5952
6044
|
"password": "password",
|
|
5953
6045
|
"server_hostname": "serverHostname",
|
|
5954
6046
|
"subdirectory": "subdirectory",
|
|
5955
6047
|
"tags": "tags",
|
|
6048
|
+
"user": "user",
|
|
5956
6049
|
},
|
|
5957
6050
|
)
|
|
5958
6051
|
class CfnLocationSMBProps:
|
|
@@ -5960,24 +6053,34 @@ class CfnLocationSMBProps:
|
|
|
5960
6053
|
self,
|
|
5961
6054
|
*,
|
|
5962
6055
|
agent_arns: typing.Sequence[builtins.str],
|
|
5963
|
-
|
|
6056
|
+
authentication_type: typing.Optional[builtins.str] = None,
|
|
6057
|
+
dns_ip_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
5964
6058
|
domain: typing.Optional[builtins.str] = None,
|
|
6059
|
+
kerberos_keytab: typing.Optional[builtins.str] = None,
|
|
6060
|
+
kerberos_krb5_conf: typing.Optional[builtins.str] = None,
|
|
6061
|
+
kerberos_principal: typing.Optional[builtins.str] = None,
|
|
5965
6062
|
mount_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLocationSMB.MountOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
5966
6063
|
password: typing.Optional[builtins.str] = None,
|
|
5967
6064
|
server_hostname: typing.Optional[builtins.str] = None,
|
|
5968
6065
|
subdirectory: typing.Optional[builtins.str] = None,
|
|
5969
6066
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
6067
|
+
user: typing.Optional[builtins.str] = None,
|
|
5970
6068
|
) -> None:
|
|
5971
6069
|
'''Properties for defining a ``CfnLocationSMB``.
|
|
5972
6070
|
|
|
5973
|
-
:param agent_arns:
|
|
5974
|
-
:param
|
|
6071
|
+
:param agent_arns: Specifies the DataSync agent (or agents) that can connect to your SMB file server. You specify an agent by using its Amazon Resource Name (ARN).
|
|
6072
|
+
:param authentication_type: Specifies the authentication protocol that DataSync uses to connect to your SMB file server. DataSync supports ``NTLM`` (default) and ``KERBEROS`` authentication. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
6073
|
+
:param dns_ip_addresses: Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``KERBEROS`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
|
|
5975
6074
|
:param domain: Specifies the Windows domain name that your SMB file server belongs to. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right file server.
|
|
6075
|
+
:param kerberos_keytab: Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys. The file must be base64 encoded. To avoid task execution errors, make sure that the Kerberos principal that you use to create the keytab file matches exactly what you specify for ``KerberosPrincipal`` .
|
|
6076
|
+
:param kerberos_krb5_conf: Specifies a Kerberos configuration file ( ``krb5.conf`` ) that defines your Kerberos realm configuration. The file must be base64 encoded.
|
|
6077
|
+
:param kerberos_principal: Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server. A Kerberos principal might look like ``HOST/kerberosuser@MYDOMAIN.ORG`` . Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.
|
|
5976
6078
|
:param mount_options: Specifies the version of the SMB protocol that DataSync uses to access your SMB file server.
|
|
5977
|
-
:param password:
|
|
6079
|
+
:param password: Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
|
|
5978
6080
|
:param server_hostname: Specifies the domain name or IP address of the SMB file server that your DataSync agent will mount. Remember the following when configuring this parameter: - You can't specify an IP version 6 (IPv6) address. - If you're using Kerberos authentication, you must specify a domain name.
|
|
5979
|
-
:param subdirectory:
|
|
6081
|
+
:param subdirectory: Specifies the name of the share exported by your SMB file server where DataSync will read or write data. You can include a subdirectory in the share path (for example, ``/path/to/subdirectory`` ). Make sure that other SMB clients in your network can also mount this path. To copy all data in the subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
5980
6082
|
:param tags: Specifies labels that help you categorize, filter, and search for your AWS resources. We recommend creating at least a name tag for your location.
|
|
6083
|
+
:param user: Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server. This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` . For information about choosing a user with the right level of access for your transfer, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
5981
6084
|
|
|
5982
6085
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html
|
|
5983
6086
|
:exampleMetadata: fixture=_generated
|
|
@@ -5990,10 +6093,14 @@ class CfnLocationSMBProps:
|
|
|
5990
6093
|
|
|
5991
6094
|
cfn_location_sMBProps = datasync.CfnLocationSMBProps(
|
|
5992
6095
|
agent_arns=["agentArns"],
|
|
5993
|
-
user="user",
|
|
5994
6096
|
|
|
5995
6097
|
# the properties below are optional
|
|
6098
|
+
authentication_type="authenticationType",
|
|
6099
|
+
dns_ip_addresses=["dnsIpAddresses"],
|
|
5996
6100
|
domain="domain",
|
|
6101
|
+
kerberos_keytab="kerberosKeytab",
|
|
6102
|
+
kerberos_krb5_conf="kerberosKrb5Conf",
|
|
6103
|
+
kerberos_principal="kerberosPrincipal",
|
|
5997
6104
|
mount_options=datasync.CfnLocationSMB.MountOptionsProperty(
|
|
5998
6105
|
version="version"
|
|
5999
6106
|
),
|
|
@@ -6003,25 +6110,40 @@ class CfnLocationSMBProps:
|
|
|
6003
6110
|
tags=[CfnTag(
|
|
6004
6111
|
key="key",
|
|
6005
6112
|
value="value"
|
|
6006
|
-
)]
|
|
6113
|
+
)],
|
|
6114
|
+
user="user"
|
|
6007
6115
|
)
|
|
6008
6116
|
'''
|
|
6009
6117
|
if __debug__:
|
|
6010
6118
|
type_hints = typing.get_type_hints(_typecheckingstub__b20670d7cb18baa1155ccc397df310282442d51b95170ab568e5c0a9cbea5bc8)
|
|
6011
6119
|
check_type(argname="argument agent_arns", value=agent_arns, expected_type=type_hints["agent_arns"])
|
|
6012
|
-
check_type(argname="argument
|
|
6120
|
+
check_type(argname="argument authentication_type", value=authentication_type, expected_type=type_hints["authentication_type"])
|
|
6121
|
+
check_type(argname="argument dns_ip_addresses", value=dns_ip_addresses, expected_type=type_hints["dns_ip_addresses"])
|
|
6013
6122
|
check_type(argname="argument domain", value=domain, expected_type=type_hints["domain"])
|
|
6123
|
+
check_type(argname="argument kerberos_keytab", value=kerberos_keytab, expected_type=type_hints["kerberos_keytab"])
|
|
6124
|
+
check_type(argname="argument kerberos_krb5_conf", value=kerberos_krb5_conf, expected_type=type_hints["kerberos_krb5_conf"])
|
|
6125
|
+
check_type(argname="argument kerberos_principal", value=kerberos_principal, expected_type=type_hints["kerberos_principal"])
|
|
6014
6126
|
check_type(argname="argument mount_options", value=mount_options, expected_type=type_hints["mount_options"])
|
|
6015
6127
|
check_type(argname="argument password", value=password, expected_type=type_hints["password"])
|
|
6016
6128
|
check_type(argname="argument server_hostname", value=server_hostname, expected_type=type_hints["server_hostname"])
|
|
6017
6129
|
check_type(argname="argument subdirectory", value=subdirectory, expected_type=type_hints["subdirectory"])
|
|
6018
6130
|
check_type(argname="argument tags", value=tags, expected_type=type_hints["tags"])
|
|
6131
|
+
check_type(argname="argument user", value=user, expected_type=type_hints["user"])
|
|
6019
6132
|
self._values: typing.Dict[builtins.str, typing.Any] = {
|
|
6020
6133
|
"agent_arns": agent_arns,
|
|
6021
|
-
"user": user,
|
|
6022
6134
|
}
|
|
6135
|
+
if authentication_type is not None:
|
|
6136
|
+
self._values["authentication_type"] = authentication_type
|
|
6137
|
+
if dns_ip_addresses is not None:
|
|
6138
|
+
self._values["dns_ip_addresses"] = dns_ip_addresses
|
|
6023
6139
|
if domain is not None:
|
|
6024
6140
|
self._values["domain"] = domain
|
|
6141
|
+
if kerberos_keytab is not None:
|
|
6142
|
+
self._values["kerberos_keytab"] = kerberos_keytab
|
|
6143
|
+
if kerberos_krb5_conf is not None:
|
|
6144
|
+
self._values["kerberos_krb5_conf"] = kerberos_krb5_conf
|
|
6145
|
+
if kerberos_principal is not None:
|
|
6146
|
+
self._values["kerberos_principal"] = kerberos_principal
|
|
6025
6147
|
if mount_options is not None:
|
|
6026
6148
|
self._values["mount_options"] = mount_options
|
|
6027
6149
|
if password is not None:
|
|
@@ -6032,10 +6154,14 @@ class CfnLocationSMBProps:
|
|
|
6032
6154
|
self._values["subdirectory"] = subdirectory
|
|
6033
6155
|
if tags is not None:
|
|
6034
6156
|
self._values["tags"] = tags
|
|
6157
|
+
if user is not None:
|
|
6158
|
+
self._values["user"] = user
|
|
6035
6159
|
|
|
6036
6160
|
@builtins.property
|
|
6037
6161
|
def agent_arns(self) -> typing.List[builtins.str]:
|
|
6038
|
-
'''
|
|
6162
|
+
'''Specifies the DataSync agent (or agents) that can connect to your SMB file server.
|
|
6163
|
+
|
|
6164
|
+
You specify an agent by using its Amazon Resource Name (ARN).
|
|
6039
6165
|
|
|
6040
6166
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-agentarns
|
|
6041
6167
|
'''
|
|
@@ -6044,16 +6170,30 @@ class CfnLocationSMBProps:
|
|
|
6044
6170
|
return typing.cast(typing.List[builtins.str], result)
|
|
6045
6171
|
|
|
6046
6172
|
@builtins.property
|
|
6047
|
-
def
|
|
6048
|
-
'''
|
|
6173
|
+
def authentication_type(self) -> typing.Optional[builtins.str]:
|
|
6174
|
+
'''Specifies the authentication protocol that DataSync uses to connect to your SMB file server.
|
|
6049
6175
|
|
|
6050
|
-
|
|
6176
|
+
DataSync supports ``NTLM`` (default) and ``KERBEROS`` authentication.
|
|
6051
6177
|
|
|
6052
|
-
|
|
6178
|
+
For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
6179
|
+
|
|
6180
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-authenticationtype
|
|
6053
6181
|
'''
|
|
6054
|
-
result = self._values.get("
|
|
6055
|
-
|
|
6056
|
-
|
|
6182
|
+
result = self._values.get("authentication_type")
|
|
6183
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6184
|
+
|
|
6185
|
+
@builtins.property
|
|
6186
|
+
def dns_ip_addresses(self) -> typing.Optional[typing.List[builtins.str]]:
|
|
6187
|
+
'''Specifies the IPv4 addresses for the DNS servers that your SMB file server belongs to.
|
|
6188
|
+
|
|
6189
|
+
This parameter applies only if ``AuthenticationType`` is set to ``KERBEROS`` .
|
|
6190
|
+
|
|
6191
|
+
If you have multiple domains in your environment, configuring this parameter makes sure that DataSync connects to the right SMB file server.
|
|
6192
|
+
|
|
6193
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-dnsipaddresses
|
|
6194
|
+
'''
|
|
6195
|
+
result = self._values.get("dns_ip_addresses")
|
|
6196
|
+
return typing.cast(typing.Optional[typing.List[builtins.str]], result)
|
|
6057
6197
|
|
|
6058
6198
|
@builtins.property
|
|
6059
6199
|
def domain(self) -> typing.Optional[builtins.str]:
|
|
@@ -6068,6 +6208,43 @@ class CfnLocationSMBProps:
|
|
|
6068
6208
|
result = self._values.get("domain")
|
|
6069
6209
|
return typing.cast(typing.Optional[builtins.str], result)
|
|
6070
6210
|
|
|
6211
|
+
@builtins.property
|
|
6212
|
+
def kerberos_keytab(self) -> typing.Optional[builtins.str]:
|
|
6213
|
+
'''Specifies your Kerberos key table (keytab) file, which includes mappings between your Kerberos principal and encryption keys.
|
|
6214
|
+
|
|
6215
|
+
The file must be base64 encoded.
|
|
6216
|
+
|
|
6217
|
+
To avoid task execution errors, make sure that the Kerberos principal that you use to create the keytab file matches exactly what you specify for ``KerberosPrincipal`` .
|
|
6218
|
+
|
|
6219
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-kerberoskeytab
|
|
6220
|
+
'''
|
|
6221
|
+
result = self._values.get("kerberos_keytab")
|
|
6222
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6223
|
+
|
|
6224
|
+
@builtins.property
|
|
6225
|
+
def kerberos_krb5_conf(self) -> typing.Optional[builtins.str]:
|
|
6226
|
+
'''Specifies a Kerberos configuration file ( ``krb5.conf`` ) that defines your Kerberos realm configuration.
|
|
6227
|
+
|
|
6228
|
+
The file must be base64 encoded.
|
|
6229
|
+
|
|
6230
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-kerberoskrb5conf
|
|
6231
|
+
'''
|
|
6232
|
+
result = self._values.get("kerberos_krb5_conf")
|
|
6233
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6234
|
+
|
|
6235
|
+
@builtins.property
|
|
6236
|
+
def kerberos_principal(self) -> typing.Optional[builtins.str]:
|
|
6237
|
+
'''Specifies a Kerberos prinicpal, which is an identity in your Kerberos realm that has permission to access the files, folders, and file metadata in your SMB file server.
|
|
6238
|
+
|
|
6239
|
+
A Kerberos principal might look like ``HOST/kerberosuser@MYDOMAIN.ORG`` .
|
|
6240
|
+
|
|
6241
|
+
Principal names are case sensitive. Your DataSync task execution will fail if the principal that you specify for this parameter doesn’t exactly match the principal that you use to create the keytab file.
|
|
6242
|
+
|
|
6243
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-kerberosprincipal
|
|
6244
|
+
'''
|
|
6245
|
+
result = self._values.get("kerberos_principal")
|
|
6246
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6247
|
+
|
|
6071
6248
|
@builtins.property
|
|
6072
6249
|
def mount_options(
|
|
6073
6250
|
self,
|
|
@@ -6081,7 +6258,9 @@ class CfnLocationSMBProps:
|
|
|
6081
6258
|
|
|
6082
6259
|
@builtins.property
|
|
6083
6260
|
def password(self) -> typing.Optional[builtins.str]:
|
|
6084
|
-
'''
|
|
6261
|
+
'''Specifies the password of the user who can mount your SMB file server and has permission to access the files and folders involved in your transfer.
|
|
6262
|
+
|
|
6263
|
+
This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
|
|
6085
6264
|
|
|
6086
6265
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-password
|
|
6087
6266
|
'''
|
|
@@ -6104,14 +6283,11 @@ class CfnLocationSMBProps:
|
|
|
6104
6283
|
|
|
6105
6284
|
@builtins.property
|
|
6106
6285
|
def subdirectory(self) -> typing.Optional[builtins.str]:
|
|
6107
|
-
'''
|
|
6108
|
-
|
|
6109
|
-
The SMB path should be a path that's exported by the SMB server, or a subdirectory of that path. The path should be such that it can be mounted by other SMB clients in your network.
|
|
6110
|
-
.. epigraph::
|
|
6286
|
+
'''Specifies the name of the share exported by your SMB file server where DataSync will read or write data.
|
|
6111
6287
|
|
|
6112
|
-
|
|
6288
|
+
You can include a subdirectory in the share path (for example, ``/path/to/subdirectory`` ). Make sure that other SMB clients in your network can also mount this path.
|
|
6113
6289
|
|
|
6114
|
-
To
|
|
6290
|
+
To copy all data in the subdirectory, DataSync must be able to mount the SMB share and access all of its data. For more information, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
6115
6291
|
|
|
6116
6292
|
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-subdirectory
|
|
6117
6293
|
'''
|
|
@@ -6129,6 +6305,19 @@ class CfnLocationSMBProps:
|
|
|
6129
6305
|
result = self._values.get("tags")
|
|
6130
6306
|
return typing.cast(typing.Optional[typing.List[_CfnTag_f6864754]], result)
|
|
6131
6307
|
|
|
6308
|
+
@builtins.property
|
|
6309
|
+
def user(self) -> typing.Optional[builtins.str]:
|
|
6310
|
+
'''Specifies the user that can mount and access the files, folders, and file metadata in your SMB file server.
|
|
6311
|
+
|
|
6312
|
+
This parameter applies only if ``AuthenticationType`` is set to ``NTLM`` .
|
|
6313
|
+
|
|
6314
|
+
For information about choosing a user with the right level of access for your transfer, see `Providing DataSync access to SMB file servers <https://docs.aws.amazon.com/datasync/latest/userguide/create-smb-location.html#configuring-smb-permissions>`_ .
|
|
6315
|
+
|
|
6316
|
+
:see: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datasync-locationsmb.html#cfn-datasync-locationsmb-user
|
|
6317
|
+
'''
|
|
6318
|
+
result = self._values.get("user")
|
|
6319
|
+
return typing.cast(typing.Optional[builtins.str], result)
|
|
6320
|
+
|
|
6132
6321
|
def __eq__(self, rhs: typing.Any) -> builtins.bool:
|
|
6133
6322
|
return isinstance(rhs, self.__class__) and rhs._values == self._values
|
|
6134
6323
|
|
|
@@ -10039,13 +10228,18 @@ def _typecheckingstub__bafa6101408857d4661895c88a8c9839da8768aa52e07d3f2889a4f27
|
|
|
10039
10228
|
id: builtins.str,
|
|
10040
10229
|
*,
|
|
10041
10230
|
agent_arns: typing.Sequence[builtins.str],
|
|
10042
|
-
|
|
10231
|
+
authentication_type: typing.Optional[builtins.str] = None,
|
|
10232
|
+
dns_ip_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
10043
10233
|
domain: typing.Optional[builtins.str] = None,
|
|
10234
|
+
kerberos_keytab: typing.Optional[builtins.str] = None,
|
|
10235
|
+
kerberos_krb5_conf: typing.Optional[builtins.str] = None,
|
|
10236
|
+
kerberos_principal: typing.Optional[builtins.str] = None,
|
|
10044
10237
|
mount_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLocationSMB.MountOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10045
10238
|
password: typing.Optional[builtins.str] = None,
|
|
10046
10239
|
server_hostname: typing.Optional[builtins.str] = None,
|
|
10047
10240
|
subdirectory: typing.Optional[builtins.str] = None,
|
|
10048
10241
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10242
|
+
user: typing.Optional[builtins.str] = None,
|
|
10049
10243
|
) -> None:
|
|
10050
10244
|
"""Type checking stubs"""
|
|
10051
10245
|
pass
|
|
@@ -10068,8 +10262,14 @@ def _typecheckingstub__21ee66e7697fa761c39fe555b5fae211e45dedf33951d3701b7b6389d
|
|
|
10068
10262
|
"""Type checking stubs"""
|
|
10069
10263
|
pass
|
|
10070
10264
|
|
|
10071
|
-
def
|
|
10072
|
-
value: builtins.str,
|
|
10265
|
+
def _typecheckingstub__35de39b9b573d0d6146fa84be08e6a3a14ff5e9ece5535c93fc8af130af7e7ec(
|
|
10266
|
+
value: typing.Optional[builtins.str],
|
|
10267
|
+
) -> None:
|
|
10268
|
+
"""Type checking stubs"""
|
|
10269
|
+
pass
|
|
10270
|
+
|
|
10271
|
+
def _typecheckingstub__dc011a04f6ce95bde8af4cc9451501d73cdf7696b6089617c22a1d8aa112d7be(
|
|
10272
|
+
value: typing.Optional[typing.List[builtins.str]],
|
|
10073
10273
|
) -> None:
|
|
10074
10274
|
"""Type checking stubs"""
|
|
10075
10275
|
pass
|
|
@@ -10080,6 +10280,24 @@ def _typecheckingstub__645408d26d2b2afb233a71045cf02aab2ca6bb9a00176ca0b16d93e1e
|
|
|
10080
10280
|
"""Type checking stubs"""
|
|
10081
10281
|
pass
|
|
10082
10282
|
|
|
10283
|
+
def _typecheckingstub__74fc190fdc2f31d122e3c45cd869d31a306df6776a8caddf1830167f3214debc(
|
|
10284
|
+
value: typing.Optional[builtins.str],
|
|
10285
|
+
) -> None:
|
|
10286
|
+
"""Type checking stubs"""
|
|
10287
|
+
pass
|
|
10288
|
+
|
|
10289
|
+
def _typecheckingstub__d1e34017ad54f22c713305b9e5355f32b709250ee9d89bf9ddd5651db6262fe3(
|
|
10290
|
+
value: typing.Optional[builtins.str],
|
|
10291
|
+
) -> None:
|
|
10292
|
+
"""Type checking stubs"""
|
|
10293
|
+
pass
|
|
10294
|
+
|
|
10295
|
+
def _typecheckingstub__71a591aeeba7a3256f1ac811d47472f85fdd97df1cc6aa28a4e2da297f073aa8(
|
|
10296
|
+
value: typing.Optional[builtins.str],
|
|
10297
|
+
) -> None:
|
|
10298
|
+
"""Type checking stubs"""
|
|
10299
|
+
pass
|
|
10300
|
+
|
|
10083
10301
|
def _typecheckingstub__b9983585f73509aeb431e7337689500eb00129c754b73a4ef4022bebcd1bbc1c(
|
|
10084
10302
|
value: typing.Optional[typing.Union[_IResolvable_da3f097b, CfnLocationSMB.MountOptionsProperty]],
|
|
10085
10303
|
) -> None:
|
|
@@ -10110,6 +10328,12 @@ def _typecheckingstub__b48314ac3635761aa21132da0f199200c2b741ddeca4e34176ee47fde
|
|
|
10110
10328
|
"""Type checking stubs"""
|
|
10111
10329
|
pass
|
|
10112
10330
|
|
|
10331
|
+
def _typecheckingstub__9112e8b177e52fbd055f221015988972f906f8c7291b4a1992bb1656cd033faa(
|
|
10332
|
+
value: typing.Optional[builtins.str],
|
|
10333
|
+
) -> None:
|
|
10334
|
+
"""Type checking stubs"""
|
|
10335
|
+
pass
|
|
10336
|
+
|
|
10113
10337
|
def _typecheckingstub__465428a8e33c33a3926562e4b4d3d671db7fc7f2d1ff95443e6224cb280e8c00(
|
|
10114
10338
|
*,
|
|
10115
10339
|
version: typing.Optional[builtins.str] = None,
|
|
@@ -10120,13 +10344,18 @@ def _typecheckingstub__465428a8e33c33a3926562e4b4d3d671db7fc7f2d1ff95443e6224cb2
|
|
|
10120
10344
|
def _typecheckingstub__b20670d7cb18baa1155ccc397df310282442d51b95170ab568e5c0a9cbea5bc8(
|
|
10121
10345
|
*,
|
|
10122
10346
|
agent_arns: typing.Sequence[builtins.str],
|
|
10123
|
-
|
|
10347
|
+
authentication_type: typing.Optional[builtins.str] = None,
|
|
10348
|
+
dns_ip_addresses: typing.Optional[typing.Sequence[builtins.str]] = None,
|
|
10124
10349
|
domain: typing.Optional[builtins.str] = None,
|
|
10350
|
+
kerberos_keytab: typing.Optional[builtins.str] = None,
|
|
10351
|
+
kerberos_krb5_conf: typing.Optional[builtins.str] = None,
|
|
10352
|
+
kerberos_principal: typing.Optional[builtins.str] = None,
|
|
10125
10353
|
mount_options: typing.Optional[typing.Union[_IResolvable_da3f097b, typing.Union[CfnLocationSMB.MountOptionsProperty, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10126
10354
|
password: typing.Optional[builtins.str] = None,
|
|
10127
10355
|
server_hostname: typing.Optional[builtins.str] = None,
|
|
10128
10356
|
subdirectory: typing.Optional[builtins.str] = None,
|
|
10129
10357
|
tags: typing.Optional[typing.Sequence[typing.Union[_CfnTag_f6864754, typing.Dict[builtins.str, typing.Any]]]] = None,
|
|
10358
|
+
user: typing.Optional[builtins.str] = None,
|
|
10130
10359
|
) -> None:
|
|
10131
10360
|
"""Type checking stubs"""
|
|
10132
10361
|
pass
|