| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Stratosphere.Resources.GlueDevEndpoint
Description
Synopsis
- data GlueDevEndpoint = GlueDevEndpoint {
- _glueDevEndpointEndpointName :: Maybe (Val Text)
- _glueDevEndpointExtraJarsS3Path :: Maybe (Val Text)
- _glueDevEndpointExtraPythonLibsS3Path :: Maybe (Val Text)
- _glueDevEndpointNumberOfNodes :: Maybe (Val Integer)
- _glueDevEndpointPublicKey :: Val Text
- _glueDevEndpointRoleArn :: Val Text
- _glueDevEndpointSecurityGroupIds :: Maybe (ValList Text)
- _glueDevEndpointSubnetId :: Maybe (Val Text)
- glueDevEndpoint :: Val Text -> Val Text -> GlueDevEndpoint
- gdeEndpointName :: Lens' GlueDevEndpoint (Maybe (Val Text))
- gdeExtraJarsS3Path :: Lens' GlueDevEndpoint (Maybe (Val Text))
- gdeExtraPythonLibsS3Path :: Lens' GlueDevEndpoint (Maybe (Val Text))
- gdeNumberOfNodes :: Lens' GlueDevEndpoint (Maybe (Val Integer))
- gdePublicKey :: Lens' GlueDevEndpoint (Val Text)
- gdeRoleArn :: Lens' GlueDevEndpoint (Val Text)
- gdeSecurityGroupIds :: Lens' GlueDevEndpoint (Maybe (ValList Text))
- gdeSubnetId :: Lens' GlueDevEndpoint (Maybe (Val Text))
Documentation
data GlueDevEndpoint #
Full data type definition for GlueDevEndpoint. See glueDevEndpoint for
a more convenient constructor.
Constructors
Instances
| Eq GlueDevEndpoint # | |
Defined in Stratosphere.Resources.GlueDevEndpoint Methods (==) :: GlueDevEndpoint -> GlueDevEndpoint -> Bool # (/=) :: GlueDevEndpoint -> GlueDevEndpoint -> Bool # | |
| Show GlueDevEndpoint # | |
Defined in Stratosphere.Resources.GlueDevEndpoint Methods showsPrec :: Int -> GlueDevEndpoint -> ShowS # show :: GlueDevEndpoint -> String # showList :: [GlueDevEndpoint] -> ShowS # | |
| ToJSON GlueDevEndpoint # | |
Defined in Stratosphere.Resources.GlueDevEndpoint Methods toJSON :: GlueDevEndpoint -> Value # toEncoding :: GlueDevEndpoint -> Encoding # toJSONList :: [GlueDevEndpoint] -> Value # toEncodingList :: [GlueDevEndpoint] -> Encoding # | |
| FromJSON GlueDevEndpoint # | |
Defined in Stratosphere.Resources.GlueDevEndpoint Methods parseJSON :: Value -> Parser GlueDevEndpoint # parseJSONList :: Value -> Parser [GlueDevEndpoint] # | |
Arguments
| :: Val Text | |
| -> Val Text | |
| -> GlueDevEndpoint |
Constructor for GlueDevEndpoint containing required fields as
arguments.
gdeEndpointName :: Lens' GlueDevEndpoint (Maybe (Val Text)) #
gdeExtraJarsS3Path :: Lens' GlueDevEndpoint (Maybe (Val Text)) #
gdeNumberOfNodes :: Lens' GlueDevEndpoint (Maybe (Val Integer)) #
gdePublicKey :: Lens' GlueDevEndpoint (Val Text) #
gdeRoleArn :: Lens' GlueDevEndpoint (Val Text) #