Difference between revisions of "Template:Describe-organization example"

From wikieduonline
Jump to navigation Jump to search
(Created page with " { "Organization": { "Id": "o-pkdpvy9556", "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556", "FeatureSet": "ALL",...")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
  {
 
  {
     "Organization": {
+
     "[[Organization]]": {
 
         "Id": "o-pkdpvy9556",
 
         "Id": "o-pkdpvy9556",
 
         "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556",
 
         "Arn": "arn:aws:organizations::0987654321:organization/o-pkdpvy9556",
 
         "FeatureSet": "ALL",
 
         "FeatureSet": "ALL",
 
         "MasterAccountArn": "arn:aws:organizations::0987654321:account/o-pkdpvy9556/0987654321",
 
         "MasterAccountArn": "arn:aws:organizations::0987654321:account/o-pkdpvy9556/0987654321",
         "MasterAccountId": "0987654321",
+
         "[[MasterAccountId]]": "0987654321",
 
         "MasterAccountEmail": "your_username@your_email.com",
 
         "MasterAccountEmail": "your_username@your_email.com",
 
         "AvailablePolicyTypes": [
 
         "AvailablePolicyTypes": [

Latest revision as of 10:40, 3 September 2023

{
    "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"
            }
        ]
    }
}

Advertising: