Interface IInfrastructureConfiguration.Jsii$Default

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IInfrastructureConfiguration, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IInfrastructureConfiguration.Jsii$Proxy
Enclosing interface:
IInfrastructureConfiguration

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

    • getInfrastructureConfigurationArn

      @Stability(Experimental) @NotNull default String getInfrastructureConfigurationArn()
      (experimental) The ARN of the infrastructure configuration.
      Specified by:
      getInfrastructureConfigurationArn in interface IInfrastructureConfiguration
    • getInfrastructureConfigurationName

      @Stability(Experimental) @NotNull default String getInfrastructureConfigurationName()
      (experimental) The name of the infrastructure configuration.
      Specified by:
      getInfrastructureConfigurationName in interface IInfrastructureConfiguration
    • grant

      @Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions)
      (experimental) Grant custom actions to the given grantee for the infrastructure configuration.

      Specified by:
      grant in interface IInfrastructureConfiguration
      Parameters:
      grantee -
      • The principal.
      This parameter is required.
      actions -
      • The list of actions.
      This parameter is required.
    • grantRead

      @Stability(Experimental) @NotNull default Grant grantRead(@NotNull IGrantable grantee)
      (experimental) Grant read permissions to the given grantee for the infrastructure configuration.

      Specified by:
      grantRead in interface IInfrastructureConfiguration
      Parameters:
      grantee -
      • The principal.
      This parameter is required.