Show / Hide Table of Contents

Interface ISecurityConfiguration

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

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
Namespace: Amazon.CDK.AWS.Glue.Alpha
Assembly: Amazon.CDK.AWS.Glue.Alpha.dll
Syntax (csharp)
public interface ISecurityConfiguration : IResource
Syntax (vb)
Public Interface ISecurityConfiguration
    Inherits IResource, IConstruct, IDependable
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

System.String

Remarks

Stability: Experimental

Attribute: true

Back to top Generated by DocFX