Interface IComponent.Jsii$Default
- All Superinterfaces:
IComponent,software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IComponent.Jsii$Proxy
- Enclosing interface:
IComponent
@Internal
public static interface IComponent.Jsii$Default
extends IComponent, IResource.Jsii$Default
Internal default implementation for
IComponent.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.imagebuilder.alpha.IComponent
IComponent.Jsii$Default, IComponent.Jsii$ProxyNested 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.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault String(experimental) The ARN of the component.default String(experimental) The name of the component.default String(experimental) The version of the component.default Grantgrant(IGrantable grantee, String... actions) (experimental) Grant custom actions to the given grantee for the component.default GrantgrantRead(IGrantable grantee) (experimental) Grant read permissions to the given grantee for the component.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
-
getComponentArn
(experimental) The ARN of the component.- Specified by:
getComponentArnin interfaceIComponent
-
getComponentName
(experimental) The name of the component.- Specified by:
getComponentNamein interfaceIComponent
-
getComponentVersion
(experimental) The version of the component.- Specified by:
getComponentVersionin interfaceIComponent
-
grant
@Stability(Experimental) @NotNull default Grant grant(@NotNull IGrantable grantee, @NotNull String... actions) (experimental) Grant custom actions to the given grantee for the component.- Specified by:
grantin interfaceIComponent- Parameters:
grantee- The principal. This parameter is required.actions- The list of actions. This parameter is required.
-
grantRead
(experimental) Grant read permissions to the given grantee for the component.- Specified by:
grantReadin interfaceIComponent- Parameters:
grantee- The principal. This parameter is required.
-