Show / Hide Table of Contents

Interface ISecurityConfiguration

(experimental) Interface representing a created or an imported SecurityConfiguration.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Stack
IEnvironmentAware.Env
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public interface ISecurityConfiguration : IResource, IConstruct, IDependable, IEnvironmentAware
Syntax (vb)
Public Interface ISecurityConfiguration Inherits IResource, IConstruct, IDependable, IEnvironmentAware
Remarks

Stability: Experimental

Synopsis

Properties

SecurityConfigurationName

(experimental) The name of the security configuration.

Properties

SecurityConfigurationName

(experimental) The name of the security configuration.

string SecurityConfigurationName { get; }
Property Value

string

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX