@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-05-25T18:24:05.164Z") @Stability(value=Stable) public class CfnMember extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnMember.ApprovalThresholdPolicyProperty |
static class |
CfnMember.Builder
A fluent builder for
CfnMember. |
static interface |
CfnMember.MemberConfigurationProperty |
static interface |
CfnMember.MemberFabricConfigurationProperty |
static interface |
CfnMember.MemberFrameworkConfigurationProperty |
static interface |
CfnMember.NetworkConfigurationProperty |
static interface |
CfnMember.NetworkFabricConfigurationProperty |
static interface |
CfnMember.NetworkFrameworkConfigurationProperty |
static interface |
CfnMember.VotingPolicyProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| 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 |
|---|---|
|
CfnMember(Construct scope,
String id,
CfnMemberProps props)
Create a new `AWS::ManagedBlockchain::Member`.
|
protected |
CfnMember(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnMember(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAttrMemberId() |
String |
getAttrNetworkId() |
protected Map<String,Object> |
getCfnProperties() |
String |
getInvitationId()
`AWS::ManagedBlockchain::Member.InvitationId`.
|
Object |
getMemberConfiguration()
`AWS::ManagedBlockchain::Member.MemberConfiguration`.
|
Object |
getNetworkConfiguration()
`AWS::ManagedBlockchain::Member.NetworkConfiguration`.
|
String |
getNetworkId()
`AWS::ManagedBlockchain::Member.NetworkId`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setInvitationId(String value)
`AWS::ManagedBlockchain::Member.InvitationId`.
|
void |
setMemberConfiguration(CfnMember.MemberConfigurationProperty value)
`AWS::ManagedBlockchain::Member.MemberConfiguration`.
|
void |
setMemberConfiguration(IResolvable value)
`AWS::ManagedBlockchain::Member.MemberConfiguration`.
|
void |
setNetworkConfiguration(CfnMember.NetworkConfigurationProperty value)
`AWS::ManagedBlockchain::Member.NetworkConfiguration`.
|
void |
setNetworkConfiguration(IResolvable value)
`AWS::ManagedBlockchain::Member.NetworkConfiguration`.
|
void |
setNetworkId(String value)
`AWS::ManagedBlockchain::Member.NetworkId`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnMember(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnMember(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnMember(@NotNull
Construct scope,
@NotNull
String id,
@NotNull
CfnMemberProps 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 public String getAttrMemberId()
@Stability(value=Stable) @NotNull public String getAttrNetworkId()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getMemberConfiguration()
@Stability(value=Stable)
public void setMemberConfiguration(@NotNull
CfnMember.MemberConfigurationProperty value)
@Stability(value=Stable)
public void setMemberConfiguration(@NotNull
IResolvable value)
@Stability(value=Stable) @Nullable public String getInvitationId()
@Stability(value=Stable)
public void setInvitationId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Object getNetworkConfiguration()
@Stability(value=Stable)
public void setNetworkConfiguration(@Nullable
IResolvable value)
@Stability(value=Stable)
public void setNetworkConfiguration(@Nullable
CfnMember.NetworkConfigurationProperty value)
@Stability(value=Stable) @Nullable public String getNetworkId()
@Stability(value=Stable)
public void setNetworkId(@Nullable
String value)
Copyright © 2021. All rights reserved.