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.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.IInfrastructureConfiguration
IInfrastructureConfiguration.Jsii$Default, IInfrastructureConfiguration.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the infrastructure configuration.default String(experimental) The name of the infrastructure configuration.default Grantgrant(IGrantable grantee, String... actions) (experimental) Grant custom actions to the given grantee for the infrastructure configuration.default GrantgrantRead(IGrantable grantee) (experimental) Grant read permissions to the given grantee for the infrastructure configuration.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInfrastructureConfigurationArn
(experimental) The ARN of the infrastructure configuration.- Specified by:
getInfrastructureConfigurationArnin interfaceIInfrastructureConfiguration
-
getInfrastructureConfigurationName
(experimental) The name of the infrastructure configuration.- Specified by:
getInfrastructureConfigurationNamein interfaceIInfrastructureConfiguration
-
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:
grantin interfaceIInfrastructureConfiguration- Parameters:
grantee-- The principal.
actions-- The list of actions.
-
grantRead
(experimental) Grant read permissions to the given grantee for the infrastructure configuration.- Specified by:
grantReadin interfaceIInfrastructureConfiguration- Parameters:
grantee-- The principal.
-