Interface IEncryptedResourceFactory.Jsii$Default

All Superinterfaces:
IEncryptedResourceFactory, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IEncryptedResourceFactory.Jsii$Proxy
Enclosing interface:
IEncryptedResourceFactory

@Internal public static interface IEncryptedResourceFactory.Jsii$Default extends IEncryptedResourceFactory
Internal default implementation for IEncryptedResourceFactory.
  • Method Details

    • forResource

      @Stability(Stable) @NotNull default IEncryptedResource forResource(@NotNull CfnResource resource)
      Create an IEncryptedResource from a construct.

      Specified by:
      forResource in interface IEncryptedResourceFactory
      Parameters:
      resource - the construct to be wrapped as an IEncryptedResource. This parameter is required.