Difference between revisions of "Aws organizations describe-organization"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
 +
 +
{
 +
    "Organization": {
 +
        "Id": "o-pkdpvy9556",
 +
        "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556",
 +
        "FeatureSet": "ALL",
 +
        "MasterAccountArn": "arn:aws:organizations::0987654321:account/o-pkdpvy9556/0987654321",
 +
        "MasterAccountId": "0987654321",
 +
        "MasterAccountEmail": "your_username@your_email.com",
 +
        "AvailablePolicyTypes": [
 +
            {
 +
                "Type": "SERVICE_CONTROL_POLICY",
 +
                "Status": "ENABLED"
 +
            }
 +
        ]
 +
    }
 +
}
  
 
== See also ==
 
== See also ==
 
* {{aws organizations}}
 
* {{aws organizations}}

Revision as of 13:48, 28 March 2022


{
    "Organization": {
        "Id": "o-pkdpvy9556",
        "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556",
        "FeatureSet": "ALL",
        "MasterAccountArn": "arn:aws:organizations::0987654321:account/o-pkdpvy9556/0987654321",
        "MasterAccountId": "0987654321",
        "MasterAccountEmail": "your_username@your_email.com",
        "AvailablePolicyTypes": [
            {
                "Type": "SERVICE_CONTROL_POLICY",
                "Status": "ENABLED"
            }
        ]
    }
}

See also

Advertising: