Interface CfnSecurityConfiguration.ContainerInfoProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnSecurityConfiguration.ContainerInfoProperty.Jsii$Proxy
Enclosing class:
CfnSecurityConfiguration

@Stability(Stable) public static interface CfnSecurityConfiguration.ContainerInfoProperty extends software.amazon.jsii.JsiiSerializable
Container information.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.emrcontainers.*;
 ContainerInfoProperty containerInfoProperty = ContainerInfoProperty.builder()
         .eksInfo(EksInfoProperty.builder()
                 .namespace("namespace")
                 .build())
         .build();
 

See Also: