@Generated(value="jsii-pacmak/1.7.0 (build 179a3a5)", date="2020-07-02T17:21:10.120Z") @Stability(value=Stable) public class CfnMember extends CfnResource implements IInspectable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html| 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$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 |
|---|---|
|
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 |
|---|---|
static CfnMember |
fromCloudFormation(Construct scope,
String id,
Object resourceAttributes,
FromCloudFormationOptions options)
A factory method that creates a new instance of this class from an object containing the CloudFormation properties of this resource.
|
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, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getUpdatedProperites, isCfnResource, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, 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=Experimental) @NotNull public static CfnMember fromCloudFormation(@NotNull Construct scope, @NotNull String id, @NotNull Object resourceAttributes, @NotNull FromCloudFormationOptions options)
Used in the @aws-cdk/cloudformation-include module.
EXPERIMENTAL
scope - This parameter is required.id - This parameter is required.resourceAttributes - This parameter is required.options - This parameter is required.@Stability(value=Experimental)
public void inspect(@NotNull
TreeInspector inspector)
EXPERIMENTAL
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()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-memberconfiguration@Stability(value=Stable)
public void setMemberConfiguration(@NotNull
CfnMember.MemberConfigurationProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-memberconfiguration@Stability(value=Stable)
public void setMemberConfiguration(@NotNull
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-memberconfiguration@Stability(value=Stable) @Nullable public String getInvitationId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid@Stability(value=Stable)
public void setInvitationId(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-invitationid@Stability(value=Stable) @Nullable public Object getNetworkConfiguration()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkconfiguration@Stability(value=Stable)
public void setNetworkConfiguration(@Nullable
IResolvable value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkconfiguration@Stability(value=Stable)
public void setNetworkConfiguration(@Nullable
CfnMember.NetworkConfigurationProperty value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkconfiguration@Stability(value=Stable) @Nullable public String getNetworkId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkid@Stability(value=Stable)
public void setNetworkId(@Nullable
String value)
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-managedblockchain-member.html#cfn-managedblockchain-member-networkidCopyright © 2020. All rights reserved.