ResourceIdentifier constructor

ResourceIdentifier({
  1. String? account,
  2. String? caCertificateId,
  3. String? clientId,
  4. String? cognitoIdentityPoolId,
  5. String? deviceCertificateId,
  6. String? iamRoleArn,
  7. PolicyVersionIdentifier? policyVersionIdentifier,
  8. String? roleAliasArn,
})

Implementation

ResourceIdentifier({
  this.account,
  this.caCertificateId,
  this.clientId,
  this.cognitoIdentityPoolId,
  this.deviceCertificateId,
  this.iamRoleArn,
  this.policyVersionIdentifier,
  this.roleAliasArn,
});