Class CfnSecurityConfigurationPropsMixin
Resource Schema of AWS::EMRContainers::SecurityConfiguration Type.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnSecurityConfigurationPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnSecurityConfigurationPropsMixin Inherits Mixin Implements IMixin
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnSecurityConfigurationPropsMixin = new CfnSecurityConfigurationPropsMixin(new CfnSecurityConfigurationMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationData = new SecurityConfigurationDataProperty {
AuthenticationConfiguration = new AuthenticationConfigurationProperty {
IamConfiguration = new Dictionary<string, string?> {
{ "systemRole", "systemRole" }
},
IdentityCenterConfiguration = new IdentityCenterConfigurationProperty {
EnableIdentityCenter = false,
IdentityCenterApplicationAssignmentRequired = false,
IdentityCenterInstanceArn = "identityCenterInstanceArn"
}
},
AuthorizationConfiguration = new AuthorizationConfigurationProperty {
LakeFormationConfiguration = new LakeFormationConfigurationProperty {
AuthorizedSessionTagValue = "authorizedSessionTagValue",
QueryAccessControlEnabled = false,
QueryEngineRoleArn = "queryEngineRoleArn",
SecureNamespaceInfo = new SecureNamespaceInfoProperty {
ClusterId = "clusterId",
Namespace = "namespace"
}
}
},
EncryptionConfiguration = new EncryptionConfigurationProperty {
AtRestEncryptionConfiguration = new AtRestEncryptionConfigurationProperty {
LocalDiskEncryptionConfiguration = new LocalDiskEncryptionConfigurationProperty {
AwsKmsKeyId = "awsKmsKeyId",
EncryptionKeyProviderType = "encryptionKeyProviderType"
},
S3EncryptionConfiguration = new S3EncryptionConfigurationProperty {
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId"
}
},
InTransitEncryptionConfiguration = new InTransitEncryptionConfigurationProperty {
TlsCertificateConfiguration = new TLSCertificateConfigurationProperty {
CertificateProviderType = "certificateProviderType",
PrivateKeySecretArn = "privateKeySecretArn",
PublicKeySecretArn = "publicKeySecretArn"
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnSecurityConfigurationPropsMixin(ICfnSecurityConfigurationMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | Resource Schema of AWS::EMRContainers::SecurityConfiguration Type. |
| Props | Resource Schema of AWS::EMRContainers::SecurityConfiguration Type. |
| Strategy | Resource Schema of AWS::EMRContainers::SecurityConfiguration Type. |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnSecurityConfigurationPropsMixin(ICfnSecurityConfigurationMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::EMRContainers::SecurityConfiguration.
public CfnSecurityConfigurationPropsMixin(ICfnSecurityConfigurationMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnSecurityConfigurationMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
Resource Schema of AWS::EMRContainers::SecurityConfiguration Type.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnSecurityConfigurationPropsMixin = new CfnSecurityConfigurationPropsMixin(new CfnSecurityConfigurationMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationData = new SecurityConfigurationDataProperty {
AuthenticationConfiguration = new AuthenticationConfigurationProperty {
IamConfiguration = new Dictionary<string, string?> {
{ "systemRole", "systemRole" }
},
IdentityCenterConfiguration = new IdentityCenterConfigurationProperty {
EnableIdentityCenter = false,
IdentityCenterApplicationAssignmentRequired = false,
IdentityCenterInstanceArn = "identityCenterInstanceArn"
}
},
AuthorizationConfiguration = new AuthorizationConfigurationProperty {
LakeFormationConfiguration = new LakeFormationConfigurationProperty {
AuthorizedSessionTagValue = "authorizedSessionTagValue",
QueryAccessControlEnabled = false,
QueryEngineRoleArn = "queryEngineRoleArn",
SecureNamespaceInfo = new SecureNamespaceInfoProperty {
ClusterId = "clusterId",
Namespace = "namespace"
}
}
},
EncryptionConfiguration = new EncryptionConfigurationProperty {
AtRestEncryptionConfiguration = new AtRestEncryptionConfigurationProperty {
LocalDiskEncryptionConfiguration = new LocalDiskEncryptionConfigurationProperty {
AwsKmsKeyId = "awsKmsKeyId",
EncryptionKeyProviderType = "encryptionKeyProviderType"
},
S3EncryptionConfiguration = new S3EncryptionConfigurationProperty {
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId"
}
},
InTransitEncryptionConfiguration = new InTransitEncryptionConfigurationProperty {
TlsCertificateConfiguration = new TLSCertificateConfigurationProperty {
CertificateProviderType = "certificateProviderType",
PrivateKeySecretArn = "privateKeySecretArn",
PublicKeySecretArn = "publicKeySecretArn"
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
Resource Schema of AWS::EMRContainers::SecurityConfiguration Type.
protected virtual ICfnSecurityConfigurationMixinProps Props { get; }
Property Value
ICfnSecurityConfigurationMixinProps
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnSecurityConfigurationPropsMixin = new CfnSecurityConfigurationPropsMixin(new CfnSecurityConfigurationMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationData = new SecurityConfigurationDataProperty {
AuthenticationConfiguration = new AuthenticationConfigurationProperty {
IamConfiguration = new Dictionary<string, string?> {
{ "systemRole", "systemRole" }
},
IdentityCenterConfiguration = new IdentityCenterConfigurationProperty {
EnableIdentityCenter = false,
IdentityCenterApplicationAssignmentRequired = false,
IdentityCenterInstanceArn = "identityCenterInstanceArn"
}
},
AuthorizationConfiguration = new AuthorizationConfigurationProperty {
LakeFormationConfiguration = new LakeFormationConfigurationProperty {
AuthorizedSessionTagValue = "authorizedSessionTagValue",
QueryAccessControlEnabled = false,
QueryEngineRoleArn = "queryEngineRoleArn",
SecureNamespaceInfo = new SecureNamespaceInfoProperty {
ClusterId = "clusterId",
Namespace = "namespace"
}
}
},
EncryptionConfiguration = new EncryptionConfigurationProperty {
AtRestEncryptionConfiguration = new AtRestEncryptionConfigurationProperty {
LocalDiskEncryptionConfiguration = new LocalDiskEncryptionConfigurationProperty {
AwsKmsKeyId = "awsKmsKeyId",
EncryptionKeyProviderType = "encryptionKeyProviderType"
},
S3EncryptionConfiguration = new S3EncryptionConfigurationProperty {
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId"
}
},
InTransitEncryptionConfiguration = new InTransitEncryptionConfigurationProperty {
TlsCertificateConfiguration = new TLSCertificateConfigurationProperty {
CertificateProviderType = "certificateProviderType",
PrivateKeySecretArn = "privateKeySecretArn",
PublicKeySecretArn = "publicKeySecretArn"
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
Resource Schema of AWS::EMRContainers::SecurityConfiguration Type.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins;
var cfnSecurityConfigurationPropsMixin = new CfnSecurityConfigurationPropsMixin(new CfnSecurityConfigurationMixinProps {
ContainerProvider = new ContainerProviderProperty {
Id = "id",
Info = new ContainerInfoProperty {
EksInfo = new EksInfoProperty {
Namespace = "namespace"
}
},
Type = "type"
},
Name = "name",
SecurityConfigurationData = new SecurityConfigurationDataProperty {
AuthenticationConfiguration = new AuthenticationConfigurationProperty {
IamConfiguration = new Dictionary<string, string?> {
{ "systemRole", "systemRole" }
},
IdentityCenterConfiguration = new IdentityCenterConfigurationProperty {
EnableIdentityCenter = false,
IdentityCenterApplicationAssignmentRequired = false,
IdentityCenterInstanceArn = "identityCenterInstanceArn"
}
},
AuthorizationConfiguration = new AuthorizationConfigurationProperty {
LakeFormationConfiguration = new LakeFormationConfigurationProperty {
AuthorizedSessionTagValue = "authorizedSessionTagValue",
QueryAccessControlEnabled = false,
QueryEngineRoleArn = "queryEngineRoleArn",
SecureNamespaceInfo = new SecureNamespaceInfoProperty {
ClusterId = "clusterId",
Namespace = "namespace"
}
}
},
EncryptionConfiguration = new EncryptionConfigurationProperty {
AtRestEncryptionConfiguration = new AtRestEncryptionConfigurationProperty {
LocalDiskEncryptionConfiguration = new LocalDiskEncryptionConfigurationProperty {
AwsKmsKeyId = "awsKmsKeyId",
EncryptionKeyProviderType = "encryptionKeyProviderType"
},
S3EncryptionConfiguration = new S3EncryptionConfigurationProperty {
EncryptionOption = "encryptionOption",
KmsKeyId = "kmsKeyId"
}
},
InTransitEncryptionConfiguration = new InTransitEncryptionConfigurationProperty {
TlsCertificateConfiguration = new TLSCertificateConfigurationProperty {
CertificateProviderType = "certificateProviderType",
PrivateKeySecretArn = "privateKeySecretArn",
PublicKeySecretArn = "publicKeySecretArn"
}
}
}
},
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override void ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Overrides
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
CloudformationResource: AWS::EMRContainers::SecurityConfiguration
Mixin: true
ExampleMetadata: fixture=_generated