@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.360Z") @Stability(value=Stable) public class CfnGroupVersion extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnGroupVersion.Builder
A fluent builder for
CfnGroupVersion. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnGroupVersion(software.constructs.Construct scope,
String id,
CfnGroupVersionProps props)
Create a new `AWS::Greengrass::GroupVersion`.
|
protected |
CfnGroupVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnGroupVersion(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
protected Map<String,Object> |
getCfnProperties() |
String |
getConnectorDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.ConnectorDefinitionVersionArn`.
|
String |
getCoreDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.CoreDefinitionVersionArn`.
|
String |
getDeviceDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.DeviceDefinitionVersionArn`.
|
String |
getFunctionDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.FunctionDefinitionVersionArn`.
|
String |
getGroupId()
`AWS::Greengrass::GroupVersion.GroupId`.
|
String |
getLoggerDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.LoggerDefinitionVersionArn`.
|
String |
getResourceDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.ResourceDefinitionVersionArn`.
|
String |
getSubscriptionDefinitionVersionArn()
`AWS::Greengrass::GroupVersion.SubscriptionDefinitionVersionArn`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setConnectorDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.ConnectorDefinitionVersionArn`.
|
void |
setCoreDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.CoreDefinitionVersionArn`.
|
void |
setDeviceDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.DeviceDefinitionVersionArn`.
|
void |
setFunctionDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.FunctionDefinitionVersionArn`.
|
void |
setGroupId(String value)
`AWS::Greengrass::GroupVersion.GroupId`.
|
void |
setLoggerDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.LoggerDefinitionVersionArn`.
|
void |
setResourceDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.ResourceDefinitionVersionArn`.
|
void |
setSubscriptionDefinitionVersionArn(String value)
`AWS::Greengrass::GroupVersion.SubscriptionDefinitionVersionArn`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnGroupVersion(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnGroupVersion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnGroupVersion(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnGroupVersionProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getGroupId()
@Stability(value=Stable)
public void setGroupId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getConnectorDefinitionVersionArn()
@Stability(value=Stable)
public void setConnectorDefinitionVersionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getCoreDefinitionVersionArn()
@Stability(value=Stable)
public void setCoreDefinitionVersionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDeviceDefinitionVersionArn()
@Stability(value=Stable)
public void setDeviceDefinitionVersionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getFunctionDefinitionVersionArn()
@Stability(value=Stable)
public void setFunctionDefinitionVersionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLoggerDefinitionVersionArn()
@Stability(value=Stable)
public void setLoggerDefinitionVersionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getResourceDefinitionVersionArn()
@Stability(value=Stable)
public void setResourceDefinitionVersionArn(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getSubscriptionDefinitionVersionArn()
@Stability(value=Stable)
public void setSubscriptionDefinitionVersionArn(@Nullable
String value)
Copyright © 2021. All rights reserved.