interface SecureNamespaceInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.EMRContainers.Mixins.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsemrcontainers/mixins#CfnSecurityConfigurationPropsMixin_SecureNamespaceInfoProperty |
Java | software.amazon.awscdk.mixins.preview.services.emrcontainers.mixins.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty |
Python | aws_cdk.mixins_preview.aws_emrcontainers.mixins.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty |
TypeScript | @aws-cdk/mixins-preview » aws_emrcontainers » mixins » CfnSecurityConfigurationPropsMixin » SecureNamespaceInfoProperty |
Secure namespace information for Lake Formation.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as emrcontainers_mixins } from '@aws-cdk/mixins-preview/aws-emrcontainers';
const secureNamespaceInfoProperty: emrcontainers_mixins.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty = {
clusterId: 'clusterId',
namespace: 'namespace',
};
Properties
| Name | Type | Description |
|---|---|---|
| cluster | string | The ID of the cluster. |
| namespace? | string | The namespace. |
clusterId?
Type:
string
(optional)
The ID of the cluster.
namespace?
Type:
string
(optional)
The namespace.

.NET
Go
Java
Python
TypeScript