interface SecureNamespaceInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.EMRContainers.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsemrcontainers#CfnSecurityConfigurationPropsMixin_SecureNamespaceInfoProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.emrcontainers.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty |
Python | aws_cdk.cfn_property_mixins.aws_emrcontainers.CfnSecurityConfigurationPropsMixin.SecureNamespaceInfoProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_emrcontainers » 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 { aws_emrcontainers as emrcontainers } from '@aws-cdk/cfn-property-mixins';
const secureNamespaceInfoProperty: emrcontainers.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